ArcPad Scripting Object Model
CoordSys Object
See Also  Members  Send comments on this topic.

Glossary Item Box

Description

Coordinate System

 

A CoordSys object represents a coordinate system used in ArcPad. This includes the geographic coordinate system, projected coordinate system, and their components. A CoordSys object is a creatable object in ArcPad. Here's an example of creating a new CoordSys object:

Dim myCoordSys
Set myCoordSys = Application.CreateAppObject("coordsys")

See Also

© 2012 All Rights Reserved.