ArcGIS Pro 2.9 API Reference Guide
GetNetworkDiagrams(Envelope,IReadOnlyList<Guid>) Method

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace > DiagramManager Class > GetNetworkDiagrams Method : GetNetworkDiagrams(Envelope,IReadOnlyList<Guid>) Method
The extent ArcGIS.Core.Geometry.Envelope of interest where to search for overlapping network diagrams.
A list containing the global IDs of the input features.
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.
Syntax

Parameters

extentOfInterest
The extent ArcGIS.Core.Geometry.Envelope of interest where to search for overlapping network diagrams.
globalIDs
A list containing the global IDs of the input features.

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

See Also

Reference

DiagramManager Class
DiagramManager Members
Overload List