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


IGPPolygon Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPPolygon Interface
ArcGIS Developer Help

IGPPolygon Interface

Provides access to the properties/methods of a geoprocessing polygon object.

Product Availability

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

Members

Name Description
Method AddCoords Adds a point to the polygon given the x/y coordinates.
Method AddPoint Adds a point to the polygon.
Read-only property Count The number of points in the polygon.
Method GetCoords Returns the x/y coordinates of the point at the given index.
Method GetPoint Returns the point at the given index.

Classes that implement IGPPolygon

Classes Description
GPPolygon Geoprocessing value object containing a polygon geometry.