API Help
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / GetNumericSetting Method
Path to settings
0\-based index.

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

Parameters

strSettingPath
Path to settings
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.
Thrown when setting path doesn't exist.
See Also