This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryBridge Interface > IGeometryBridge.QueryWKSPointZs Method (ArcObjects .NET 10.4 SDK) |
Copies vertices/points coordinates to the array of point structures.
[Visual Basic .NET] Public Sub QueryWKSPointZs ( _ ByVal pPointCollection As IPointCollection4, _ ByVal Index As Integer, _ ByRef pointStructures As WKSPointZ[] _ )
[C#] public void QueryWKSPointZs ( IPointCollection4 pPointCollection, int Index, ref WKSPointZ[] pointStructures );
[C++]
HRESULT QueryWKSPointZs(
IPointCollection4* pPointCollection,
long Index,
Array* pointStructures
);
[C++]
Parameters pPointCollection [in]
pPointCollection is a parameter of type IPointCollection4 Index Index is a parameter of type long pointStructures [in, out] pointStructures is a parameter of type Array
All development languages compatible version of IPointCollection4::QueryWKSPointsZs .