ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / DiagramManager Class / GetNetworkDiagrams Method

In This Topic
    GetNetworkDiagrams Method (DiagramManager)
    In This Topic
    Overload List
    OverloadDescription
    Gets the full list of NetworkDiagrams. This method must be called on the MCT. Use QueuedTask.Run.  
    Gets the list of NetworkDiagrams which overlap with the specified extent. This method must be called on the MCT. Use QueuedTask.Run.  
    Gets the list of NetworkDiagrams which contain at least one of the specified features. This method must be called on the MCT. Use QueuedTask.Run.  
    Gets the list of NetworkDiagrams which either overlap the specified extent or contain at least one of the specified features. This method must be called on the MCT. Use QueuedTask.Run.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also