![]() |
• Utility Library | ||
|
API Links
Developer Links
|
Tree::GetNextLevelNodeDefined in:
Returns the next node in a traversal of a tree that is not a subnode of the current node.
C4Tree.hPrototype
Parameters
Description
During iteration of the nodes in a tree, the GetNextLevelNode function can be used to jump to the next subnode on the same level as the node parameter, skipping its entire subtree. Node selection after skipping the subtree behaves exactly like that used by the Tree::GetNextNode function.
See Also
|