ArcGIS Pro 3.7 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 Function GetNetworkDiagrams() As IReadOnlyList(Of NetworkDiagram)
    public IReadOnlyList<NetworkDiagram> GetNetworkDiagrams()

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also