API Help
Eplan.EplApi.Base Namespace / ISettings Interface / SetDoubleSetting Method
path to settings
value to set.
0-based index of the setting

In This Topic
    SetDoubleSetting Method (ISettings)
    In This Topic
    Sets the value of settings on a given path.
    Syntax
    void SetDoubleSetting( 
       string strSettingPath,
       double dValue,
       int nIdx
    )
    void SetDoubleSetting( 
       String^ strSettingPath,
       double dValue,
       int nIdx
    ) 

    Parameters

    strSettingPath
    path to settings
    dValue
    value to set.
    nIdx
    0-based index of the setting
    Exceptions
    ExceptionDescription
    Thrown when strSettingsPath is null.
    Thrown when the value cannot be set.
    Remarks
    Warning: double values are stored with precision to 15 digits only!
    See Also