Eplan Platform API
Eplan.EplApi.Base Namespace / SchemeSetting Class / GetNumericSetting Method
Indicates the path of the setting (relative to scheme, path starts after scheme name).
0-based index.

GetNumericSetting Method (SchemeSetting)
Reads numeric value from settings. It can be 16 bit or 32 bit, signed or unsigned setting.
Syntax
public int GetNumericSetting( 
   string strSettingPath,
   int nIdx
)

Parameters

strSettingPath
Indicates the path of the setting (relative to scheme, path starts after scheme name).
nIdx
0-based index.

Return Value

value read from settings
Exceptions
ExceptionDescription
Thrown when the value cannot be read from settings
Thrown when strSettingsPath is null.
See Also