RelativeDocumentPathGetObject Method |
Resolves the specified relative path starting from the given node.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IDocumentLeafNode? GetObject(
RelativeDocumentPath path,
IDocumentLeafNode startnode
)
Parameters
- path RelativeDocumentPath
- The relative path.
- startnode IDocumentLeafNode
- The start node.
Return Value
IDocumentLeafNodeThe resolved node, or
null if the path cannot be resolved.
See Also