SetNumericSetting Method (Settings)
In This Topic
Sets the value of a setting. The index under which setting will be written is evaluated automatically. First free index is used. The index starts at 0.
Overload List
Overload | Description |
SetNumericSetting(String,Int32) | Sets the value of a setting. The index under which setting will be written is evaluated automatically. First free index is used. The index starts at 0. |
SetNumericSetting(String,Int32,Int32) | Sets the value of settings on a given path. Type of value will be converted to 16 bit, 32 bit, signed or unsigned value depending on setting type. |
See Also