|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPLine2
Provides access to the properties/methods of a geoprocessing line object.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
IPolyline |
getPolyline()
The actual the polyline object. |
void |
setPolylineByRef(IPolyline polyline)
The actual the polyline object. |
Method Detail |
---|
IPolyline getPolyline() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPolylineByRef(IPolyline polyline) throws IOException, AutomationException
polyline
- A reference to a com.esri.arcgis.geometry.IPolyline (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 |