ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / NetworkDiagram Class / GetDiagramElementInfo Method / GetDiagramElementInfo(DiagramElementSelection) Method
The DiagramElementSelection to select the diagram element infos to get.

In This Topic
    GetDiagramElementInfo(DiagramElementSelection) Method
    In This Topic
    Get elements info of this network diagram. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Overloads Function GetDiagramElementInfo( _
       ByVal selection As DiagramElementSelection _
    ) As IList(Of DiagramElementInfo)

    Parameters

    selection
    The DiagramElementSelection to select the diagram element infos to get.

    Return Value

    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also