= GetInterval = Get the interval of the specified scale. {{{ uint8 GetInterval(int nScale); }}} == Parameters == * nScale - scale number == Return Value == * Returns the interval of the specified scale == Remarks == MnBdStartup must be performed before this will return a valid result. == Example == {{{ uint8 nIntv; nIntv = GetInterval(1); string strMsg = StrFmt("Scale interval %d", nIntv); DisplayText(10, 10, strMsg); }}} == See Also == * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetDecimal GetDecimal] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetCapacity GetCapacity]