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


ITopologyGraph.Nodes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.Nodes Property
ArcGIS Developer Help

ITopologyGraph.Nodes Property

The enumerator that provides access to all the nodes.

[Visual Basic .NET]
Public ReadOnly Property Nodes As IEnumTopologyNode
[C#]
public IEnumTopologyNode Nodes {get;}
[C++]
HRESULT get_Nodes(
  IEnumTopologyNode** nodeEnumerator
);
[C++]
Parameters
nodeEnumerator [out, retval]

nodeEnumerator is a parameter of type IEnumTopologyNode**

Product Availability

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

Description

This method returns an IEnumTopologyNode enumerator. The enumerator will return references to all the topology nodes in the graph.

See Also

ITopologyGraph Interface