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


IGPPolygon.AddPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPPolygon Interface > IGPPolygon.AddPoint Method
ArcGIS Developer Help

IGPPolygon.AddPoint Method

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*

Product Availability

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

See Also

IGPPolygon Interface