This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumTinNode Interface > IEnumTinNode.QueryNextAsWKSPointZ Method (ArcObjects .NET 10.5 SDK) |
Queries next node element as a WKS point with z values.
[Visual Basic .NET] Public Sub QueryNextAsWKSPointZ ( _ ByRef pPoint As WKSPointZ, _ ByRef pbIsEnd As Boolean _ )
[C#] public void QueryNextAsWKSPointZ ( ref WKSPointZ pPoint, ref bool pbIsEnd );
[C++]
HRESULT QueryNextAsWKSPointZ(
_WKSPointZ* pPoint,
VARIANT_BOOL* pbIsEnd
);
[C++]
Parameters pPoint [out]
pPoint is a parameter of type _WKSPointZ pbIsEnd [out] pbIsEnd is a parameter of type VARIANT_BOOL