Description
Returns True if the current local node has a parent node. Returns False for the top node of a hierarchy.
Syntax
HasParentNode(): Boolean
Example
HasParentNode()
If the node is a child of the top node of a hierarchy or any descendant node, then the return value is True.