API Help
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / DeleteSetting Method
Indicates the path of the setting

In This Topic
    DeleteSetting Method (ProjectSettings)
    In This Topic
    Resets a setting to the value from the default settings. If the setting has no default value, it will be deleted.
    Syntax
    public void DeleteSetting( 
       string strSettingPath
    )
    public:
    void DeleteSetting( 
       String^ strSettingPath
    ) 

    Parameters

    strSettingPath
    Indicates the path of the setting
    Exceptions
    ExceptionDescription
    Thrown when strSettingPath is null.
    Thrown when strSettingPath is empty.
    Thrown when setting cannot be reset.
    See Also