SetMultiLangStringSetting Method (SettingNode)
In This Topic
Sets the value of a setting. If a setting is made and an index is specified that exceeds the number of values, the corresponding values are created, based on the predefined value. The index starts at 0.
Syntax
Parameters
| Parameter Name | Description |
|---|
| strSettingPath | Indicates the path of the setting (relative to path of the node, path starts after the path of the node). |
| value | Indicates the value of the setting. |
| idx | Indicates the index. |
Exceptions
See Also