Click or drag to resize

ProjectNode(String, ProjectNodeType) Constructor

Creates a new ProjectNode with the specified name and type.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ProjectNode(
	string name,
	ProjectNodeType type
)

Parameters

name  String
The node name.
type  ProjectNodeType
The node type.
See Also