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


IEnumTinNode.QueryNextAsWKSPointZ2 Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumTinNode Interface > IEnumTinNode.QueryNextAsWKSPointZ2 Method
ArcGIS Developer Help

IEnumTinNode.QueryNextAsWKSPointZ2 Method

Queries next node element as a WKS point with z values.

[Visual Basic .NET]
Public Sub QueryNextAsWKSPointZ2 ( _
    ByRef pTriangleIndex As Integer, _
    ByRef pPoint As WKSPointZ, _
    ByRef pbIsEnd As Boolean _
)
[C#]
public void QueryNextAsWKSPointZ2 (
    ref int pTriangleIndex,
    ref WKSPointZ pPoint,
    ref bool pbIsEnd
);
[C++]
HRESULT QueryNextAsWKSPointZ2(
  System.Int32* pTriangleIndex,
  WKSPointZ* pPoint,
  Boolean* pbIsEnd
);
[C++]
Parameters
pTriangleIndex [out]

pTriangleIndex is a parameter of type long* pPoint [out]
pPoint is a parameter of type WKSPointZ* pbIsEnd [out]
pbIsEnd is a parameter of type bool*

Product Availability

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

See Also

IEnumTinNode Interface