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

Glossary Item Box

Public Methods

Public Method CloneCreates a new Polygon object and initializes it with the contents of this Polygon object.
Public Method CutSplits the polygon into a part left of the clipper line, and a part right of it.
Public Method IsPointInReturns True if the specified point is present within the polygon; False, otherwise.

Public Properties

Public Property AreaReturns the area of the polygon.
Public Property CentroidReturns the centroid of the polygon's first part.
Public Property CoordinateSystemReturns or sets the coordinate system of the polygon.
Public Property ExtentReturns the spatial extent of the polygon.
Public Property PartsReturns a reference to the collection of Parts that make up the polygon.
Public Property PerimeterReturns the perimeter of the polygon.
Public Property ShapeTypeReturns a value that indicates the type of geometric shape associated with the Polygon object.

See Also

© 2012 All Rights Reserved.