API Help
Eplan.EplApi.Base Namespace / SettingNode Class / ClearSetting Method / ClearSetting(String) Method
Indicates the path of the setting.

In This Topic
    ClearSetting(String) Method
    In This Topic
    Deletes values. The setting definition is maintained.
    Syntax
    public virtual void ClearSetting( 
       string strSettingPath
    )
    public:
    virtual void ClearSetting( 
       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.
    The function failed.
    See Also