wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetUnitsLabel

GetUnitsLabel

Get the primary units label of the specified scale.

const char* GetUnitsLabel(int nScale);

Parameters

  • nScale - scale number

Return Value

  • Returns the primary units label of the specified scale

Remarks

MnBdStartup must be performed before this will return a valid result.

Example

string strMsg = StrFmt("Primary units %s", GetUnitsLabel(1));
DisplayText(10, 10, strMsg);

See Also

Last modified 6 years ago Last modified on 04/13/18 07:20:24
Note: See TracWiki for help on using the wiki.