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

In This Topic
    DeleteSetting Method (SettingNode)
    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 strSettingPath
    )
    public:
    void DeleteSetting( 
       String^ strSettingPath
    ) 

    Parameters

    strSettingPath
    Indicates the path of the setting.
    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