public virtual void SetStringSetting( string strSettingPath, string strValue )
public: virtual void SetStringSetting( String^ strSettingPath, String^ strValue )
Parameters
- strSettingPath
- path to project settings
- strValue
- value to set.
public virtual void SetStringSetting( string strSettingPath, string strValue )
public: virtual void SetStringSetting( String^ strSettingPath, String^ strValue )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when strSettingsPath is null . |
Eplan.EplApi.Base.BaseException | Thrown when the value cannot be set. |