|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPPolygon2
Provides access to the properties/methods of a geoprocessing polygon object.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
IPolygon |
getPolygon()
The actual the polygon object. |
void |
setPolygonByRef(IPolygon polygon)
The actual the polygon object. |
Method Detail |
---|
IPolygon getPolygon() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPolygonByRef(IPolygon polygon) throws IOException, AutomationException
polygon
- A reference to a com.esri.arcgis.geometry.IPolygon (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |