ArcObjects Library Reference (Geoprocessing)  

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

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.

CoClasses that implement IGPPolygon

CoClasses and Classes Description
GPPolygon Geoprocessing value object containing a polygon geometry.