ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / DiagramTemplate Class / GetNetworkDiagram Method
The name of the network diagram.

In This Topic
    GetNetworkDiagram Method (DiagramTemplate)
    In This Topic
    Gets a NetworkDiagram based on this diagram template with the specified name. This method must be called on the MCT. Use QueuedTask.Run.
    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

    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred. For example, the name 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