Click or drag to resize

LineInformation Constructor

Initializes a new instance of the LineInformation class from a WITec node.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public LineInformation(
	WITecTreeNode node
)

Parameters

node  WITecTreeNode
The node containing line information data.
See Also