ArcPad Scripting Object Model
CoordinateFormat Property
See Also  Send comments on this topic.
StatusBar Object : CoordinateFormat Property

Glossary Item Box

Description

Returns or sets a value that determines the format of the coordinates displayed in the status bar.

Property type

Read-write property

Syntax

object.CoordinateFormat = [ value ]

Return Type

Integer

Remarks

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.

Example

See Also

© 2012 All Rights Reserved.