Provides access to the properties/methods of a geoprocessing line object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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 that implement IGPLine
CoClasses and Classes | Description |
---|---|
GPLine | Geoprocessing value object containing a line geometry. |