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

RemoveAllIndexedSetting Method
Removes all indexed setting.
Syntax
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