ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / DiagramManager Class / GetNetworkDiagrams Method / GetNetworkDiagrams(IEnumerable<Guid>) Method
An enumerable containing the global IDs of the input features.

In This Topic
    GetNetworkDiagrams(IEnumerable<Guid>) Method
    In This Topic
    Gets the list of NetworkDiagrams which contain at least one of the specified features. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Overloads Function GetNetworkDiagrams( _
       ByVal globalIDs As IEnumerable(Of Guid) _
    ) As IReadOnlyList(Of NetworkDiagram)

    Parameters

    globalIDs
    An enumerable containing the global IDs of the input features.

    Return Value

    A list of NetworkDiagrams.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred. For example, the diagram manager 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