| Version 1 (modified by , 15 years ago) ( diff ) |
|---|
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
Note:
See TracWiki
for help on using the wiki.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)