Eplan Platform API
Eplan.EplApi.Base Namespace / SettingNode Class / GetDoubleSetting Method
Indicates the path of the setting (relative to path of the node, path starts after the path of the node).
Indicates the index.

In This Topic
    GetDoubleSetting Method (SettingNode)
    In This Topic
    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
    )
    public:
    virtual double GetDoubleSetting( 
       String^ strSettingPath,
       int idx
    ) 

    Parameters

    strSettingPath
    Indicates the path of the setting (relative to path of the node, path starts after the path of the node).
    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