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.