
The node that corresponds to the root of the tree is special in that from the properties inherited from OpcLabs.EasyOpc.DataAccess.AddressSpace.DANodeElement, only the Item Id is filled in.
The tree positions can be used to obtain information about the current node, and the nodes on the path to the root, but you cannot access child or sibling nodes of the current node. This is because the tree is constructed "on the fly", as the OPC address space is traversed, and sufficient information about child or sibling nodes may not be available.
System.Object
OpcLabs.BaseLib.Object2
OpcLabs.BaseLib.Info
OpcLabs.EasyOpc.NodeElement
OpcLabs.EasyOpc.DataAccess.AddressSpace.DANodeElement
OpcLabs.EasyOpc.DataAccess.Graphs.DANodeTreePosition