|
|
SPTreeNode Properties |
The SPTreeNode type exposes the following members.
| Name | Description | |
|---|---|---|
| CenterOfMass |
Gets the center of mass of this node.
| |
| Children |
Gets or sets the collection of child nodes
under this node.
(Inherited from TreeNodeTNode.) | |
| Index |
Gets or sets the index of this node in the
collection of children nodes of its parent.
(Inherited from TreeNodeTNode.) | |
| IsEmpty |
Gets whether this node is empty and does
not contain any points or children.
| |
| IsLeaf |
Gets whether this node is a leaf (has no children).
(Inherited from TreeNodeTNode.) | |
| Next |
Gets the next sibling of this node (the node
immediately next to it in its parent's collection).
(Inherited from TreeNodeTNode.) | |
| Parent |
Gets or sets the parent of this node.
(Inherited from TreeNodeTNode.) | |
| Position |
Gets the position associated with this node.
| |
| Previous |
Gets the previous sibling of this node.
(Inherited from TreeNodeTNode.) | |
| Region |
Gets or sets the space region delimited by this node.
| |
| Value |
Gets or sets the value associated with this node.
|