Eplan Platform API
Eplan.EplApi.Base Namespace / Settings Class / GetDoubleDefault Method
Indicates the path of the setting.
Indicates the index.

GetDoubleDefault Method
Returns default double value of a setting. The index starts at 0.
Syntax
public double GetDoubleDefault( 
   string strSettingPath,
   int nIdx
)

Parameters

strSettingPath
Indicates the path of the setting.
nIdx
Indicates the index.

Return Value

Default double value
Exceptions
ExceptionDescription
Thrown when strSettingPath is null.
Thrown when strSettingPath is empty.
Remarks
Warning: double values are stored with precision to 15 digits only!
See Also