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
Last modified
7 years ago
Last modified on 04/12/18 12:50:14
Note:
See TracWiki
for help on using the wiki.