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

Glossary Item Box

Description

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.

Remarks

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

See Also

© 2012 All Rights Reserved.