AbsoluteDocumentPathGetAbsolutePath Method |
Get the absolute path of the node
starting from the root.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static AbsoluteDocumentPath GetAbsolutePath(
IDocumentLeafNode node
)
Parameters
- node IDocumentLeafNode
- The node for which the path is retrieved.
Return Value
AbsoluteDocumentPathThe absolute path of the node. The first element is a "/" to mark this as absolute path.
See Also