Origin2AltaxoWrapperFullPathOfProjectNode Method |
Gets the full Altaxo path of a Origin project node.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public static string FullPathOfProjectNode(
ProjectNode node
)
Parameters
- node ProjectNode
- The node.
Return Value
StringThe 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