This document is archived and information here might be outdated. Recommended version. |
Provides access to the properties/methods of a geoprocessing polygon object.
Name | 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. |
Classes | Description |
---|---|
GPPolygon | Geoprocessing value object containing a polygon geometry. |