ArcPad Scripting Object Model
Cut Method
See Also  Send comments on this topic.
pClipper
Required. A variable declared as a Line object.
Line Object : Cut Method

Glossary Item Box

Description

Splits the line into a part left of the clipper line, and a part right of it.

Syntax

object.Cut ( pClipper )

Parameters

pClipper
Required. A variable declared as a Line object.

Return Type

Array

Remarks

The clipper line must have exactly two points. The Array returned by the Cut method contains two elements. The first element is the line to left of the clipper line and the second element is the line to the right of the clipper line.

See Also

© 2012 All Rights Reserved.