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


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

IPointCollection.InsertWKSPoints Method

Inserts new vertices/points into this Path, Ring, Polyline, Polygon, Multipoint, TriangleFan, TriangleStrip, or MultiPatch.

[Visual Basic .NET]
Public Sub InsertWKSPoints ( _
    ByVal Index As Integer, _
    ByVal Count As Integer, _
    ByRef newPoints As WKSPoint _
)
[C#]
public void InsertWKSPoints (
    int Index,
    int Count,
    ref WKSPoint newPoints
);
[C++]
HRESULT InsertWKSPoints(
  long Index,
  long Count,
  WKSPoint* 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 WKSPoint*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
[C#]

When using C# you must use the IGeometryBridgeInterface to call this method.

[Visual Basic .NET]

When using VBNET you must use the IGeometryBridgeInterface to call this method.

See Also

IPointCollection Interface