|
|
MatNode Properties |
The MatNode type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of child objects contained in this node.
| |
| Fields |
Gets the child nodes contained at this node.
| |
| ItemInt32 |
Gets the child fields contained under the given name.
| |
| ItemString |
Gets the child fields contained under the given name.
| |
| Name |
Gets the name of this node.
| |
| Value |
Gets the object value contained at this node, if any.
Its type can be known by checking the Type
property of this node.
| |
| ValueType |
Gets the type of the object value contained in this node.
|