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.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic virtual (string Description, string shortCut) GetUnit(
int unitIndex
)
Parameters
- unitIndex Int32
- The unit index to look up.
Return Value
ValueTupleString,
StringA tuple containing the description and the short cut for the unit.
See Also