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


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

IEnumTinEdge.QueryNextAsWKSPointZs Method

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

[Visual Basic .NET]
Public Sub QueryNextAsWKSPointZs ( _
    ByRef pFrom As WKSPointZ, _
    ByRef pTo As WKSPointZ, _
    ByRef pbIsEnd As Boolean _
)
[C#]
public void QueryNextAsWKSPointZs (
    ref WKSPointZ pFrom,
    ref WKSPointZ pTo,
    ref bool pbIsEnd
);
[C++]
HRESULT QueryNextAsWKSPointZs(
  WKSPointZ* pFrom,
  WKSPointZ* pTo,
  Boolean* pbIsEnd
);
[C++]
Parameters
pFrom [out]

pFrom is a parameter of type WKSPointZ* pTo [out]
pTo 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

IEnumTinEdge Interface