API Help
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / SetBoolSetting Method
path to project settings
value to set.
0\-based index of the setting

In This Topic
    SetBoolSetting Method (ProjectSettings)
    In This Topic
    Sets the value of project settings on a given path.
    Syntax
    public virtual void SetBoolSetting( 
       string strSettingPath,
       bool bValue,
       int nIdx
    )
    public:
    virtual void SetBoolSetting( 
       String^ strSettingPath,
       bool bValue,
       int nIdx
    ) 

    Parameters

    strSettingPath
    path to project settings
    bValue
    value to set.
    nIdx
    0\-based index of the setting

    Return Value

    Exceptions
    ExceptionDescription
    Thrown when strSettingsPath is null.
    Thrown when the value cannot be set.
    Thrown when setting path doesn't exist.
    See Also