AbsoluteDocumentPathGetObject(AbsoluteDocumentPath, IDocumentLeafNode) Method |
Resolves the specified path starting from the root node of startnode.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
IDocumentLeafNodeThe resolved object, or
if resolution failed.
See Also