ArcObjects Library Reference (Geometry)  

IPointCollection5.QueryWKSPointVA Method

Copies vertices/points coordinates to the array of point structures.

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPointCollection5 Interface