Click or drag to resize

RelativeDocumentPathGetObject Method

Resolves the specified relative path starting from the given node.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IDocumentLeafNode? GetObject(
	RelativeDocumentPath path,
	IDocumentLeafNode startnode
)

Parameters

path  RelativeDocumentPath
The relative path.
startnode  IDocumentLeafNode
The start node.

Return Value

IDocumentLeafNode
The resolved node, or null if the path cannot be resolved.
See Also