API Help
Eplan.EplApi.Base Namespace / ISettings Interface / GetDoubleSetting Method
Path to settings
0-based index.

GetDoubleSetting Method (ISettings)
Reads double value from settings
Syntax
double GetDoubleSetting( 
   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 dosn't exist.
Remarks
Warning: double values are stored with precision to 15 digits only!
See Also