Eplan Platform API
Eplan.EplApi.Base Namespace / SchemeSetting Class / SetNumericSetting Method
path to settings
value to set.
0-based index of the setting

In This Topic
    SetNumericSetting Method (SchemeSetting)
    In This Topic
    Sets the value of settings on a given path. Type of value will be converted to 16 bit, 32 bit, signed or unsigned value depending on setting type.
    Syntax
    public void SetNumericSetting( 
       string strSettingPath,
       int nValue,
       int nIdx
    )
    public:
    void SetNumericSetting( 
       String^ strSettingPath,
       int nValue,
       int nIdx
    ) 

    Parameters

    Parameter NameDescription
    strSettingPathpath to settings
    nValuevalue to set.
    nIdx0-based index of the setting
    Exceptions
    ExceptionDescription
    Thrown when strSettingsPath is null.
    Thrown when the value cannot be set.
    See Also