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


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

IEnumTopologyNode.Next Method

Returns the next topology node.

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

Parameters Node [out, retval]
Node is a parameter of type ITopologyNode

Product Availability

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

See Also

IEnumTopologyNode Interface