Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / SetDoubleSetting Method
Path to the project setting
Value to be set
0-based index of the setting

In This Topic
    SetDoubleSetting Method (ProjectSettings)
    In This Topic
    Sets the value of a project setting in a specified path.
    Syntax
    public virtual void SetDoubleSetting( 
       string strSettingPath,
       double dValue,
       int nIdx
    )
    public:
    virtual void SetDoubleSetting( 
       String^ strSettingPath,
       double dValue,
       int nIdx
    ) 

    Parameters

    strSettingPath
    Path to the project setting
    dValue
    Value to be set
    nIdx
    0-based index of the setting
    Exceptions
    ExceptionDescription
    Thrown if the strSettingsPath parameter is NULL.
    Thrown if the value cannot be set.
    Remarks
    Warning: double values are stored with precision to 15 digits only!
    See Also