ArcGIS Pro 2.6 API Reference Guide
GetNetworkDiagram Method (DiagramManager)

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace > DiagramManager Class : GetNetworkDiagram Method
The name of the network diagram.
Retrieves the NetworkDiagram with the specified name.
Syntax
public NetworkDiagram GetNetworkDiagram( 
   string name
)
Public Function GetNetworkDiagram( _
   ByVal name As String _
) As NetworkDiagram

Parameters

name
The name of the network diagram.

Return Value

The NetworkDiagram with the specified name.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

DiagramManager Class
DiagramManager Members