API Help
Eplan.EplApi.Base Namespace / Settings Class / SetNumericSetting Method / SetNumericSetting(String,Int32) Method
path to settings
value to set.

In This Topic
    SetNumericSetting(String,Int32) Method
    In This Topic
    Sets the value of a setting. The index under which setting will be written is evaluated automatically. First free index is used. The index starts at 0.
    Syntax
    public void SetNumericSetting( 
       string strSettingPath,
       int nValue
    )
    public:
    void SetNumericSetting( 
       String^ strSettingPath,
       int nValue
    ) 

    Parameters

    strSettingPath
    path to settings
    nValue
    value to set.
    Exceptions
    ExceptionDescription
    Thrown when strSettingPath is null.
    Thrown when strSettingPath is empty.
    Thrown when setting cannot be set.
    See Also