ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / Subnetwork Class / GetNetworkDiagrams Method

In This Topic
    GetNetworkDiagrams Method (Subnetwork)
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also