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


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

IPointCollection4.AddWKSPointZs Method

Adds vertices/points to this Path, Ring, Polyline, Polygon, Multipoint, TriangleFan, Triangles, TriangleStrip, or MultiPatch.

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

Count is a parameter of type long pointStructures [in]
pointStructures 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