GetNode
Previous
Next
Gets a reference to a node that belongs to the current node.
Syntax: GetNode (index As Int32) As Node
Example:
node2.Value = node1.GetNode (0)