This document is archived and information here might be outdated. Recommended version. |
Copies vertices'/points' coordinates to the array of point structures.
[Visual Basic .NET] Public Sub QueryWKSPoints ( _ ByVal Index As Integer, _ ByVal Count As Integer, _ ByRef pointStructures As WKSPoint _ )
[C#] public void QueryWKSPoints ( int Index, int Count, ref WKSPoint pointStructures );
[C++]
HRESULT QueryWKSPoints(
long Index,
long Count,
WKSPoint* pointStructures
);
[C++] Parameters Index
Index is a parameter of type long Count
Count is a parameter of type long pointStructures [out]
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 interface to call this method.