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


IEnumTinNode.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumTinNode.Next Method

Gets next node element.

[Visual Basic .NET]
Public Function Next ( _
) As ITinNode
[C#]
public ITinNode Next (
);
[C++]
HRESULT Next(
  ITinNode** ppNode
);
[C++]

Parameters ppNode [out, retval]
ppNode is a parameter of type ITinNode

Product Availability

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

See Also

IEnumTinNode Interface