Rect
A Rectangle object represents a geometric shape with four edges and four right angles. Rectangle objects are returned by the Extent property of various objects.
A Rectangle object is a creatable object in ArcPad. Here's an example of creating a new Rectangle object:
Dim myRect
Set myRect = Application.CreateAppObject("rectangle")
Dim myRect
Set myRect = Application.CreateAppObject("rectangle")