This document is archived and information here might be outdated. Recommended version. |
Adds vertices to this Path, Ring, Polyline, or Polygon, or adds new points to this Multipoint, TriangleFan, or TriangleStrip.
[Visual Basic .NET] Public Sub AddWKSPoints ( _ ByVal Count As Integer, _ ByRef pointStructures As WKSPoint _ )
[C#] public void AddWKSPoints ( int Count, ref WKSPoint pointStructures );
[C++]
HRESULT AddWKSPoints(
long Count,
WKSPoint* pointStructures
);
[C++] Parameters Count
Count is a parameter of type long pointStructures [in]
pointStructures is a parameter of type WKSPoint*
When using C# you must use the IGeometryBridge to call this method.
When using VBNET you must use the IGeometryBridge to call this method.