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")