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

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

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