Click or drag to resize

Origin2AltaxoWrapperFullPathOfProjectNode Method

Gets the full Altaxo path of a Origin project node.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static string FullPathOfProjectNode(
	ProjectNode node
)

Parameters

node  ProjectNode
The node.

Return Value

String
The full Altaxo path. Parts of the part are separated by backlashes. That also means that if the node is a folder node, then the path ends with a backlash.
See Also