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

In This Topic
    BuildMapTopologyGraph<T>(Map,Action<TopologyGraph>) Method
    In This Topic
    Build the Map Topology Graph.
    Syntax
    public static void BuildMapTopologyGraph<T>( 
       Map map,
       Action<TopologyGraph> action
    )
    Public Overloads Shared Sub BuildMapTopologyGraph(Of T)( _
       ByVal map As Map, _
       ByVal action As Action(Of TopologyGraph) _
    ) 

    Parameters

    map
    The map
    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

    ArcGIS Pro version: 3 or higher.
    See Also