This document is archived and information here might be outdated.  Recommended version.


IEnumTinNode.QueryNextAsWKSPointZ Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumTinNode.QueryNextAsWKSPointZ Method

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

Product Availability

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

See Also

IEnumTinNode Interface