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


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

IEnumTinTriangle.QueryNextAsWKSPointZs2 Method

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

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

pTriangleIndex is a parameter of type long* pPi [out]
pPi is a parameter of type WKSPointZ* pPj [out]
pPj is a parameter of type WKSPointZ* pPk [out]
pPk 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

IEnumTinTriangle Interface