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

In This Topic
    GetDoubleDefault Method
    In This Topic
    Returns default double value of a setting. The index starts at 0.
    Syntax
    public double GetDoubleDefault( 
       string strSettingPath,
       int nIdx
    )
    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