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


IEnumTinEdge.QueryNext Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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