Copies vertices/points coordinates to the array of point structures.
[Visual Basic .NET] Public Sub QueryWKSPointZs ( _ ByVal Index As Integer, _ ByVal Count As Integer, _ ByRef pointStructures As WKSPointZ _ )
[C#] public void QueryWKSPointZs ( int Index, int Count, ref WKSPointZ pointStructures );
[C++]
HRESULT QueryWKSPointZs(
long Index,
long Count,
_WKSPointZ* 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 _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.