This document is archived and information here might be outdated.  Recommended version.


IPolygonArray Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolygonArray Interface
ArcGIS Developer Help

IPolygonArray Interface

Provides access to the IPolygonArray Interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method Add Adds a polygon.
Read-only property Count The polygon count.
Read-only property Element The polygon at the specified position.
Method Insert Adds a polygon at the specified position.
Method Remove Removes the polygon at the specified position.
Method RemoveAll Removes all polygons.

Classes that implement IPolygonArray

Classes Description
PolygonArray A collection of Polygon objects.