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

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

    Parameters

    strSettingPath
    Indicates the path of the setting (relative to scheme, path starts after scheme name).
    value
    Indicates the value of the setting.
    nIdx
    Indicates the index.
    Remarks
    Warning: double values are stored with precision to 15 digits only!
    See Also