AbsoluteDocumentPathGetNodeOrLeastResolveableNode Method |
Gets the node that is designated by the provided path or the least resolveable node.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IDocumentLeafNode GetNodeOrLeastResolveableNode(
AbsoluteDocumentPath path,
IDocumentLeafNode startnode,
out bool pathWasCompletelyResolved
)
Parameters
- path AbsoluteDocumentPath
- The document path to resolve.
- startnode IDocumentLeafNode
- The startnode.
- pathWasCompletelyResolved Boolean
- If set to true on return, the path was completely resolved. Otherwise, false.
Return Value
IDocumentLeafNodeThe resolved node, or the least node on the path that could be resolved.
Exceptions See Also