Was this helpful?
NextNode Method
The NextNode method is used to traverse through the tree. It returns the next node in the tree or NULL if all nodes have been visited.
This method has the following syntax:
TreeNode = Tree.NextNode()
Last modified date: 12/20/2023