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


IPointArray.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPointArray Interface > IPointArray.Add Method
ArcGIS Developer Help

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