This document is archived and information here might be outdated.  Recommended version.


IGPLine Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPLine Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IGPLine

Classes Description
GPLine Geoprocessing value object containing a line geometry.