ArcObjects Library Reference (Geometry)  

IPointCollection4.SetWKSPointZs Method

Replaces all vertices/points of this Path, Ring, Polyline, Polygon, Multipoint, TriangleFan, Triangles, TriangleStrip, or MultiPatch with new ones.

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