Returns or sets a value that determines the format of the coordinates displayed in the status bar.
Read-write property
object.CoordinateFormat = [ value ] |
Integer
The possible values for the CoordinateFormat property are:
CoordinateFormat | Result |
---|---|
0 | Automatic (ArcPad decides the most suitable format). |
1 | Projected coordinates (X/Y display, not useful for geographic coordinate projections). |
2 | DMS (Degrees/Minutes/Seconds). |
3 | DMM (Degrees/Minutes). |
4 | UTM. |
5 | MGRS (Military Grid Reference System). |
The default CoordinateFormat is 0.