com.esri.arcgis.geoprocessing
Interface IGPLine2

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPLine

public interface IGPLine2
extends Serializable

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

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 IPolyline getPolyline()
          The actual the polyline object.
 void setPolylineByRef(IPolyline polyline)
          The actual the polyline object.
 

Method Detail

getPolyline

IPolyline getPolyline()
                      throws IOException,
                             AutomationException
The actual the polyline object.

Product Availability

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

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

setPolylineByRef

void setPolylineByRef(IPolyline polyline)
                      throws IOException,
                             AutomationException
The actual the polyline object.

Product Availability

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

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