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


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

IEnumTinElement.QueryNext Method

Queries next element.

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

pElement is a parameter of type ITinElement*

Product Availability

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

See Also

IEnumTinElement Interface