Click or drag to resize

OriginAnyParserAssignObjectsToProjectTree Method

Assigns parsed Origin objects to the corresponding nodes in the project tree.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AssignObjectsToProjectTree(
	ProjectNode current
)

Parameters

current  ProjectNode
The current project-tree node.
See Also