Click or drag to resize

AbsoluteDocumentPathGetObject(AbsoluteDocumentPath, IDocumentLeafNode) Method

Resolves the specified path starting from the root node of startnode.

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

Parameters

path  AbsoluteDocumentPath
The path to resolve.
startnode  IDocumentLeafNode
The node object considered as the starting point.

Return Value

IDocumentLeafNode
The resolved object, or if resolution failed.
See Also