This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPLine Interface > IGPLine.AddPoint Method (ArcObjects .NET 10.5 SDK) |
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