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


IGPLine.AddPoint Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPLine.AddPoint Method

Adds a point to the line.

[Visual Basic .NET]
Public Sub AddPoint ( _
    ByVal Point As IGPPoint _
)
[C#]
public void AddPoint (
    IGPPoint Point
);
[C++]
HRESULT AddPoint(
  IGPPoint* Point
);
[C++]

Parameters Point [in]
Point is a parameter of type IGPPoint

Product Availability

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

See Also

IGPLine Interface