SettingNode Methods |
The SettingNode type exposes the following members.
| Name | Description | |
|---|---|---|
| AddArraySetting |
This method creates a new node and its setting directly under this node as a child node. | |
| AddBasicSetting |
This method creates a new node and setting as a child node directly under the given node. | |
| AddEnumSetting |
This method creates a new node and its setting directly under this node as a child node. | |
| DefaultValue |
If the node does not have a setting this property returns an empty variant, otherwise it returns the default value of the setting. | |
| DeleteSetting |
This method creates a new node and its setting directly under this node as a child node. | |
| Dispose | ||
| GetEnumerator | ||
| GetEnumInfo |
This method returns the available enum values and their names for an enum type setting. | |
| GetItem |
This property returns a SettingNode object which represents a node. | |
| GetValue |
When reading this property for node with a primitive type setting, the optional Index parameter is ignored and the value is returned. | |
| IsFlagSet |
This property returns whether a flag for a given setting is set.
| |
| Save |
This property returns whether or not the setting will be saved when the whole tree or a sub tree is exported. | |
| SetToDefault |
This method sets the value of the setting to its default value. | |
| SetToDefaultAt |
Use this method to set the default value of a single node. | |
| SetValue |
When reading this property for node with a primitive type setting, the optional Index parameter is ignored and the value is returned. |