ArcObjects Library Reference (GeoDatabase)  

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