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


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

IPointCollection5.InsertWKSPointVA Method

Inserts new vertices/points.

[Visual Basic .NET]
Public Sub InsertWKSPointVA ( _
    ByVal Index As Integer, _
    ByVal Count As Integer, _
    ByRef newPoints As WKSPointVA _
)
[C#]
public void InsertWKSPointVA (
    int Index,
    int Count,
    ref WKSPointVA newPoints
);
[C++]
HRESULT InsertWKSPointVA(
  long Index,
  long Count,
  WKSPointVA* newPoints
);
[C++]
Parameters
Index 

Index is a parameter of type long Count
Count is a parameter of type long newPoints [in]
newPoints is a parameter of type WKSPointVA*

Product Availability

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

See Also

IPointCollection5 Interface