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


IPointCollection4.InsertWKSPointZs Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IPointCollection4.InsertWKSPointZs Method

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

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

Product Availability

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

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

[Visual Basic .NET]

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

See Also

IPointCollection4 Interface