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


ITopologyGraph.NodeSelection 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.NodeSelection Property
ArcGIS Developer Help

ITopologyGraph.NodeSelection Property

The enumerator for the selected nodes of the topology.

[Visual Basic .NET]
Public ReadOnly Property NodeSelection As IEnumTopologyNode
[C#]
public IEnumTopologyNode NodeSelection {get;}
[C++]
HRESULT get_NodeSelection(
  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 of the selected nodes in the topology graph.

See Also

ITopologyGraph Interface