This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPLine Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the properties/methods of a geoprocessing line object.
Description | ||
---|---|---|
AddCoords | Adds a point to the line given the x/y coordinates. | |
AddPoint | Adds a point to the line. | |
Count | The number of points in the line. | |
GetCoords | Returns the x/y coordinates of the point at the given index. | |
GetPoint | Returns the point at the given index. |
CoClasses and Classes | Description |
---|---|
GPLine | Geoprocessing value object containing a line geometry. |