Eplan Platform API
Eplan.EplApi.Base Namespace / SettingNode Class / SetNumericSetting Method
Indicates the path of the setting (relative to path of the node, path starts after the path of the node).
value to set.
0-based index of the setting

SetNumericSetting Method (SettingNode)
Sets the value of project 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
Indicates the path of the setting (relative to path of the node, path starts after the path of the node).
nValue
value to set.
nIdx
0-based index of the setting
Exceptions
ExceptionDescription
Thrown when strSettingsPath is null.
Thrown when the value cannot be set.
See Also