Eplan Platform API
Eplan.EplApi.Base Namespace / SettingNode Class / DeleteSetting Method
Indicates the path of the setting (relative to path of the node, path starts after the path of the node).

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

Parameters

strSettingPath
Indicates the path of the setting (relative to path of the node, path starts after the path of the node).
Exceptions
ExceptionDescription
The value of the parameter object is NULL.
The object has not been initialized correctly.
Thrown when setting cannot be reset or deleted.
See Also