Gets the root node of the tree map.
The root node is the starting node of the tree map. Child nodes can be added to the root node, and a second level of child nodes can be added to the first level child nodes, and so on.
A
TreeMapNode object representing the root node.
© 2021 Advanced Software Engineering Limited. All rights reserved.