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


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

ITopologyGraph.EdgeSelection Property

The enumerator for the selected edges of the topology.

[Visual Basic .NET]
Public ReadOnly Property EdgeSelection As IEnumTopologyEdge
[C#]
public IEnumTopologyEdge EdgeSelection {get;}
[C++]
HRESULT get_EdgeSelection(
  IEnumTopologyEdge** edgeEnumerator
);
[C++]
Parameters
edgeEnumerator [out, retval]

edgeEnumerator is a parameter of type IEnumTopologyEdge**

Product Availability

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

Description

This method returns an IEnumTopologyEdge enumerator. The enumerator will return references to all of the selected edges in the topology graph.

See Also

ITopologyGraph Interface