API Help
Eplan.EplApi.Base Namespace / SettingNode Class / GetDoubleSetting Method
Indicates the path of the setting.
Indicates the index.

GetDoubleSetting Method (SettingNode)
Returns the value of a setting. If a setting is read that has no value for this index, the default value is returned. The index starts at 0.
Syntax
public virtual double GetDoubleSetting( 
   string strSettingPath,
   int idx
)

Parameters

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

Return Value

Returns the value of the setting.
Exceptions
ExceptionDescription
The value of the parameter object is NULL.
The object has not been initialized correctly.
The function failed.
See Also