ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / DiagramManager Class / GetNetworkDiagrams Method / GetNetworkDiagrams(Envelope) Method
The extent ArcGIS.Core.Geometry.Envelope of interest where to search for overlapping network diagrams.

GetNetworkDiagrams(Envelope) Method
Gets the list of NetworkDiagrams which overlap with the specified extent. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

extentOfInterest
The extent ArcGIS.Core.Geometry.Envelope of interest where to search for overlapping network diagrams.

Return Value

A list of NetworkDiagrams.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred. For example, the diagram manager is invalid.
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