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

Glossary Item Box

Description

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.

Remarks

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

See Also

© 2012 All Rights Reserved.