![]() |
• Utility Library | ||
|
API Links
Developer Links
|
Tree::AddSubnodeDefined in:
Adds a direct subnode to an object.
C4Tree.hPrototype
Parameters
Description
The AddSubnode function adds the node pointed to by the node parameter to an object. If the node is already a member of a tree, then it is first removed from that tree. If the node being added as a subnode has subnodes itself, then those subnodes are carried with the node into the new tree.
See Also
Tree::RemoveSubnode
Tree::GetFirstSubnode
Tree::GetNextNode
|