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