ArcObjects Library Reference (Geometry)  

IPointArray.Add Method

Adds a point.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal p As IPoint _
)
[C#]
public void Add (
    IPoint p
);
[C++]
HRESULT Add(
  IPoint* p
);
[C++]

Parameters

p [in]

  p is a parameter of type IPoint

Product Availability

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

See Also

IPointArray Interface