Click or drag to resize

AbsoluteDocumentPathGetRootNodeImplementing(IDocumentLeafNode, Type) Method

Get the first parent node of the node node that implements the given type type..

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IDocumentLeafNode? GetRootNodeImplementing(
	IDocumentLeafNode? node,
	Type type
)

Parameters

node  IDocumentLeafNode
The node from where the search begins.
type  Type
The type to search for.

Return Value

IDocumentLeafNode
The first parental node that implements the type type.
See Also