AbsoluteDocumentPathGetRootNode Method |
Get the root node of the node
. The root node is defined as last node in the hierarchie that
either has not implemented the
IDocumentLeafNode interface or has no parent.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IDocumentLeafNode GetRootNode(
IDocumentLeafNode node
)
Parameters
- node IDocumentLeafNode
- The node from where the search begins.
Return Value
IDocumentLeafNodeThe root node, i.e. the last node in the hierarchie that
either has not implemented the
IDocumentLeafNode interface or has no parent
See Also