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.
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")
Dim pLine
Set pLine = Application.CreateAppObject("line")