Click or drag to resize

TDInterpretationClass Constructor

Initializes a new instance of the TDInterpretationClass using the provided node. The constructor reads the unit index and resolves the corresponding description and shortcut using GetUnit(Int32).

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

Parameters

node  WITecTreeNode
The node representing this interpretation in the WITec tree.
See Also