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

Glossary Item Box

Description

Polyline

 

A Line object represents a geometric shape that has two or more vertices. A Line may have one or more discontinuous Parts. A Line with two or more Parts is known as a multi-part Line.

Remarks

A Line object is a creatable object in ArcPad. Here's an example of creating a new Line object:

Dim pLine
Set pLine = Application.CreateAppObject("line")

See Also

© 2012 All Rights Reserved.