API Help
Eplan.EplApi.Base Namespace / Settings Class / RemoveAllIndexedSetting Method
Indicates the path of the setting.

In This Topic
    RemoveAllIndexedSetting Method
    In This Topic
    Removes all indexed setting.
    Syntax
    public void RemoveAllIndexedSetting( 
       string strSetting
    )
    public:
    void RemoveAllIndexedSetting( 
       String^ strSetting
    ) 

    Parameters

    strSetting
    Indicates the path of the setting.
    Exceptions
    ExceptionDescription
    Thrown when strSettingPath is null.
    Thrown when strSettingPath is empty.
    Thrown when setting cannot be removed.
    See Also