Eplan Platform API
Eplan.EplApi.Base Namespace / Settings Class / SetNumericSetting Method / SetNumericSetting(String,Int32,Int32) Method
path to settings
value to set.
0-based index of the setting

SetNumericSetting(String,Int32,Int32) Method
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 virtual void SetNumericSetting( 
   string strSettingPath,
   int nValue,
   int nIdx
)

Parameters

strSettingPath
path to settings
nValue
value to set.
nIdx
0-based index of the setting
Exceptions
ExceptionDescription
Thrown when strSettingPath is null.
Thrown when strSettingPath is empty.
Thrown when setting cannot be set.
See Also