ProjectNode(String, ProjectNodeType) Constructor |
Creates a new
ProjectNode with the specified name and type.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ProjectNode(
string name,
ProjectNodeType type
)
Parameters
- name String
- The node name.
- type ProjectNodeType
- The node type.
See Also