This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPPolygon Interface > IGPPolygon.AddPoint Method (ArcObjects .NET 10.4 SDK) |
Adds a point to the polygon.
[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