API Help
Eplan.EplApi.Base Namespace / Settings Class / DeleteSetting Method
Indicates the path of the setting.

In This Topic
    DeleteSetting Method (Settings)
    In This Topic
    Resets an individual setting to the value of the corresponding default setting. If it has no default setting, the setting is deleted.
    Syntax
    public void DeleteSetting( 
       string strSetting
    )
    public:
    void DeleteSetting( 
       String^ strSetting
    ) 

    Parameters

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