ArcObjects Library Reference (GeoDatabase)  

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