This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPPolygon Interface (ArcObjects .NET 10.5 SDK) |
Provides access to the properties/methods of a geoprocessing polygon object.
Description | ||
---|---|---|
AddCoords | Adds a point to the polygon given the x/y coordinates. | |
AddPoint | Adds a point to the polygon. | |
Count | The number of points in the polygon. | |
GetCoords | Returns the x/y coordinates of the point at the given index. | |
GetPoint | Returns the point at the given index. |
CoClasses and Classes | Description |
---|---|
GPPolygon | Geoprocessing value object containing a polygon geometry. |