Point
A Point object represents a geometric shape that consists of a single point in space. A Point object can be used to represent a single point feature, one of the points in a multipoint feature, or one of the vertices of a line or polygon feature.
A Point object is a creatable object in ArcPad. Here's an example of creating a new Point object:
Dim pPoint
Set pPoint = Application.CreateAppObject("point")
Dim pPoint
Set pPoint = Application.CreateAppObject("point")