Click or drag to resize

SettingNode Methods

The SettingNode type exposes the following members.

Methods
  NameDescription
Public methodAddArraySetting
This method creates a new node and its setting directly under this node as a child node.
Public methodAddBasicSetting
This method creates a new node and setting as a child node directly under the given node.
Public methodAddEnumSetting
This method creates a new node and its setting directly under this node as a child node.
Public methodDefaultValue
If the node does not have a setting this property returns an empty variant, otherwise it returns the default value of the setting.
Public methodDeleteSetting
This method creates a new node and its setting directly under this node as a child node.
Public methodDispose
Public methodGetEnumerator
Public methodGetEnumInfo
This method returns the available enum values and their names for an enum type setting.
Public methodGetItem
This property returns a SettingNode object which represents a node.
Public methodGetValue
When reading this property for node with a primitive type setting, the optional Index parameter is ignored and the value is returned.
Public methodIsFlagSet
This property returns whether a flag for a given setting is set.
Public methodSave
This property returns whether or not the setting will be saved when the whole tree or a sub tree is exported.
Public methodSetToDefault
This method sets the value of the setting to its default value.
Public methodSetToDefaultAt
Use this method to set the default value of a single node.
Public methodSetValue
When reading this property for node with a primitive type setting, the optional Index parameter is ignored and the value is returned.
Top
See Also