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


IGPLine.AddCoords Method (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 > IGPLine.AddCoords Method
ArcGIS Developer Help

IGPLine.AddCoords Method

Adds a point to the line given the x/y coordinates.

[Visual Basic .NET]
Public Sub AddCoords ( _
    ByVal X As Double, _
    ByVal Y As Double _
)
[C#]
public void AddCoords (
    double X,
    double Y
);
[C++]
HRESULT AddCoords(
  double X,
  double Y
);
[C++]
Parameters
X [in]

X is a parameter of type double Y [in]
Y is a parameter of type double

Product Availability

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

See Also

IGPLine Interface