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


IPointArray.Insert 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.Insert Method
ArcGIS Developer Help

IPointArray.Insert Method

Adds a point at the specified position.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal p As IPoint _
)
[C#]
public void Insert (
    int Index,
    IPoint p
);
[C++]
HRESULT Insert(
  long Index,
  IPoint* p
);
[C++]
Parameters
Index [in]

Index is a parameter of type long p [in]
p is a parameter of type IPoint*

Product Availability

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

See Also

IPointArray Interface