ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MappingExtensions Class / BuildMapTopologyGraph Method / BuildMapTopologyGraph<T>(MapView,Action<TopologyGraph>) Method
The map view.
The client action that receives a ArcGIS.Core.Data.Topology.TopologyGraph as input for analysis.

BuildMapTopologyGraph<T>(MapView,Action<TopologyGraph>) Method
Build the Map Topology Graph.
Syntax
public static void BuildMapTopologyGraph<T>( 
   MapView mapView,
   Action<TopologyGraph> action
)

Parameters

mapView
The map view.
action
The client action that receives a ArcGIS.Core.Data.Topology.TopologyGraph as input for analysis.

Type Parameters

T
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 3.0 or higher.
See Also