API Help
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / GetDoubleSetting Method
Path to settings
0\-based index.

In This Topic
    GetDoubleSetting Method (ProjectSettings)
    In This Topic
    Reads double value from project settings
    Syntax
    public virtual double GetDoubleSetting( 
       string strSettingPath,
       int nIdx
    )
    public:
    virtual double GetDoubleSetting( 
       String^ strSettingPath,
       int nIdx
    ) 

    Parameters

    strSettingPath
    Path to settings
    nIdx
    0\-based index.

    Return Value

    Value read from project settings
    Exceptions
    ExceptionDescription
    Thrown when the value cannot be read from project settings
    Thrown when strSettingsPath is null.
    Thrown when setting path doesn't exist.
    Remarks
    Warning: double values are stored with precision to 15 digits only!
    See Also