ArcObjects Library Reference (Geoprocessing)  

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