ArcGIS Pro 2.9 API Reference Guide
GetNetworkDiagrams Method (Subnetwork)

ArcGIS.Core.Data.UtilityNetwork Namespace > Subnetwork Class : GetNetworkDiagrams Method
Returns the network diagrams that are generated by the system when the Subnetwork is updated.
Syntax
public IReadOnlyList<NetworkDiagram> GetNetworkDiagrams()
Public Function GetNetworkDiagrams() As IReadOnlyList(Of NetworkDiagram)

Return Value

Exceptions
ExceptionDescription
This subnetwork no longer exists (e.g., it has been purged from the database).
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Subnetwork Class
Subnetwork Members