ArcGIS Pro 2.9 API Reference Guide
GetEdges() Method

ArcGIS.Core.Data.Topology Namespace > TopologyGraph Class > GetEdges Method : GetEdges() Method
Gets all the TopologyEdges that exist in the topology graph. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public IReadOnlyList<TopologyEdge> GetEdges()
Public Overloads Function GetEdges() As IReadOnlyList(Of TopologyEdge)

Return Value

A list of all the TopologyEdges that exist in the topology graph.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TopologyGraph Class
TopologyGraph Members
Overload List