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


IEnumTinEdge.QueryNext 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.QueryNext Method
ArcGIS Developer Help

IEnumTinEdge.QueryNext Method

Queries next edge element.

[Visual Basic .NET]
Public Sub QueryNext ( _
    ByVal pEdge As ITinEdge _
)
[C#]
public void QueryNext (
    ITinEdge pEdge
);
[C++]
HRESULT QueryNext(
  ITinEdge* pEdge
);
[C++]
Parameters
pEdge 

pEdge is a parameter of type ITinEdge*

Product Availability

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

See Also

IEnumTinEdge Interface