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

In This Topic
    ClearSetting(String,Int32) Method
    In This Topic
    Deletes the value. The setting definition is maintained.
    Syntax
    public virtual void ClearSetting( 
       string strSettingPath,
       int idx
    )
    public:
    virtual void ClearSetting( 
       String^ strSettingPath,
       int idx
    ) 

    Parameters

    strSettingPath
    Indicates the path of the setting (relative to path of the node, path starts after the path of the node).
    idx
    Indicates index of the value 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