ArcObjects Library Reference (Geoprocessing)  

IGPLine Interface

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

Product Availability

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

Members

Description
Method AddCoords Adds a point to the line given the x/y coordinates.
Method AddPoint Adds a point to the line.
Read-only property Count The number of points in the line.
Method GetCoords Returns the x/y coordinates of the point at the given index.
Method GetPoint Returns the point at the given index.

CoClasses that implement IGPLine

CoClasses and Classes Description
GPLine Geoprocessing value object containing a line geometry.