= 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 == * [wiki:GetDecimal GetDecimal] * [wiki:GetCapacity GetCapacity]