Name | Description | |
---|---|---|
ExistSetting | Check if there exist a setting on path given as a parameter. | |
GetBoolSetting | Reads bool value from settings. | |
GetDoubleSetting | Reads double value from settings | |
GetExpandedStringSetting | Reads value from settings. Substitutes path fragments (like $Eplan). | |
GetMultiLangStringSetting | Reads MultiLangString value from settings | |
GetNumericSetting | Reads numeric value from settings. It can be 16 bit or 32 bit, signed or unsigned setting. | |
GetStringSetting | Reads string value from settings | |
GetTypeOfSetting | Returns the type of the setting. | |
SetBoolSetting | Sets the value of settings on a given path. | |
SetDoubleSetting | Sets the value of settings on a given path. | |
SetMultiLangStringSetting | Sets the value of settings on a given path. | |
SetNumericSetting | 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. | |
SetStringSetting | Sets the value of settings on a given path. |