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

In This Topic
    GetDoubleSetting Method (SchemeSetting)
    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 double GetDoubleSetting( 
       string strSettingPath,
       int nIdx
    )
    public:
    double GetDoubleSetting( 
       String^ strSettingPath,
       int nIdx
    ) 

    Parameters

    strSettingPath
    Indicates the path of the setting (relative to scheme, path starts after scheme name).
    nIdx
    Indicates the index.

    Return Value

    Returns the value of the setting.
    Exceptions
    ExceptionDescription
    The setting is not defined.
    Remarks
    Warning: double values are stored with precision to 15 digits only!
    See Also