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