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


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

IEnumTinNode.QueryNext Method

Queries next node element.

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

pNode is a parameter of type ITinNode*

Product Availability

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

See Also

IEnumTinNode Interface