API Help
Eplan.EplApi.Base Namespace / SettingNode Class / SetDoubleSetting Method
Indicates the path of the setting.
Indicates the value of the setting.
Indicates the index.

In This Topic
    SetDoubleSetting Method (SettingNode)
    In This Topic
    Sets the value of a setting. If a setting is made and an index is specified that exceeds the number of values, the corresponding values are created, based on the predefined value. The index starts at 0.
    Syntax
    public virtual void SetDoubleSetting( 
       string strSettingPath,
       double value,
       int idx
    )
    public:
    virtual void SetDoubleSetting( 
       String^ strSettingPath,
       double value,
       int idx
    ) 

    Parameters

    strSettingPath
    Indicates the path of the setting.
    value
    Indicates the value of the setting.
    idx
    Indicates the index.
    Exceptions
    ExceptionDescription
    The value of the parameter object is NULL.
    The object has not been initialized correctly.
    The function failed.
    Remarks
    Precision: 15 numbers of significant digits are supported.
    See Also