public virtual void SetStringSetting( string strSettingPath, string strValue )
public: virtual void SetStringSetting( String^ strSettingPath, String^ strValue )
Parameters
- strSettingPath
- Path to the project setting
- strValue
- Value to be set
public virtual void SetStringSetting( string strSettingPath, string strValue )
public: virtual void SetStringSetting( String^ strSettingPath, String^ strValue )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown if the strSettingsPath parameter is NULL . |
Eplan.EplApi.Base.BaseException | Thrown if the value cannot be set. |