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

DeleteSetting Method (Settings)
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
)

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