Provides access to the properties/methods of a geoprocessing polygon object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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 that implement IGPPolygon
CoClasses and Classes | Description |
---|---|
GPPolygon | Geoprocessing value object containing a polygon geometry. |