Click or drag to resize

TDInterpretationClassGetUnit Method

Returns the unit description and shortcut for the provided unitIndex. Derived classes should override this to provide mapping between unit indices and their textual representations.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public virtual (string Description, string shortCut) GetUnit(
	int unitIndex
)

Parameters

unitIndex  Int32
The unit index to look up.

Return Value

ValueTupleString, String
A tuple containing the description and the short cut for the unit.
See Also