public void DeleteSetting( string strSettingPath )
public: void DeleteSetting( String^ strSettingPath )
Parameters
- strSettingPath
- Indicates the path of the setting
public void DeleteSetting( string strSettingPath )
public: void DeleteSetting( String^ strSettingPath )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when strSettingPath is null . |
System.ArgumentException | Thrown when strSettingPath is empty. |
Eplan.EplApi.Base.BaseException | Thrown when setting cannot be reset. |