TDSpaceInterpretationClassGetUnit 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.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic override (string Description, string shortCut) GetUnit(
int unit
)
Parameters
- unit Int32
[Missing <param name="unit"/> documentation for "M:Altaxo.Serialization.WITec.TDSpaceInterpretationClass.GetUnit(System.Int32)"]
Return Value
ValueTupleString,
StringA tuple containing the description and the short cut for the unit.
See Also