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

Glossary Item Box

Description

Splits the rectangle 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 polygon to left of the clipper line and the second element is the polygon to the right of the clipper line.

See Also

© 2013 All Rights Reserved.