ArcObjects Library Reference (GeoDatabase)  

IEnumTinTriangle.QueryNextAsWKSPointZs Method

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

[Visual Basic .NET]
Public Sub QueryNextAsWKSPointZs ( _
    ByRef pPi As WKSPointZ, _
    ByRef pPj As WKSPointZ, _
    ByRef pPk As WKSPointZ, _
    ByRef pbIsEnd As Boolean _
)
[C#]
public void QueryNextAsWKSPointZs (
    ref WKSPointZ pPi,
    ref WKSPointZ pPj,
    ref WKSPointZ pPk,
    ref bool pbIsEnd
);
[C++]
HRESULT QueryNextAsWKSPointZs(
  _WKSPointZ* pPi,
  _WKSPointZ* pPj,
  _WKSPointZ* pPk,
  VARIANT_BOOL* pbIsEnd
);
[C++]

Parameters

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 VARIANT_BOOL

Product Availability

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

See Also

IEnumTinTriangle Interface