Click or drag to resize

AbsoluteDocumentPathGetAbsolutePath Method

Get the absolute path of the node
C#
node
starting from the root.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static AbsoluteDocumentPath GetAbsolutePath(
	IDocumentLeafNode node
)

Parameters

node  IDocumentLeafNode
The node for which the path is retrieved.

Return Value

AbsoluteDocumentPath
The absolute path of the node. The first element is a "/" to mark this as absolute path.
See Also