AbsoluteDocumentPathTryGetAbsolutePath Method |
Get the absolute path of the node
starting from the root, or null if that fails.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static AbsoluteDocumentPath? TryGetAbsolutePath(
IDocumentLeafNode node
)
Parameters
- node IDocumentLeafNode
- The node for which the path is retrieved.
Return Value
AbsoluteDocumentPathThe absolute path of the node, or null if failed to get the path. The first element is a "/" to mark this as absolute path.
See Also