Click or drag to resize

AbsoluteDocumentPathGetRootNode Method

Get the root node of the node
C#
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.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IDocumentLeafNode GetRootNode(
	IDocumentLeafNode node
)

Parameters

node  IDocumentLeafNode
The node from where the search begins.

Return Value

IDocumentLeafNode
The root node, i.e. the last node in the hierarchie that either has not implemented the IDocumentLeafNode interface or has no parent
See Also