com.esri.arcgis.geoprocessing
Interface IGPPolygon2

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPPolygon

public interface IGPPolygon2
extends Serializable

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

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 IPolygon getPolygon()
          The actual the polygon object.
 void setPolygonByRef(IPolygon polygon)
          The actual the polygon object.
 

Method Detail

getPolygon

IPolygon getPolygon()
                    throws IOException,
                           AutomationException
The actual the polygon object.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.geometry.IPolygon
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPolygonByRef

void setPolygonByRef(IPolygon polygon)
                     throws IOException,
                            AutomationException
The actual the polygon object.

Product Availability

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

Parameters:
polygon - A reference to a com.esri.arcgis.geometry.IPolygon (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.