public void SetDoubleSetting( string strSettingPath, double dValue )
public: void SetDoubleSetting( String^ strSettingPath, double dValue )
Parameters
- strSettingPath
- Indicates the path of the setting.
- dValue
- Indicates the value of the setting.
public void SetDoubleSetting( string strSettingPath, double dValue )
public: void SetDoubleSetting( String^ strSettingPath, double dValue )
| Exception | Description | 
|---|---|
| System.ArgumentNullException | Thrown when strSettingPathisnull. | 
| System.ArgumentException | Thrown when strSettingPathis empty. | 
| BaseException | Thrown when setting cannot be set. |