ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / DiagramElementInfo Class / DiagramElementInfo Constructor
The diagram element ID of the DiagramElementInfo.
The string info of the DiagramElementInfo.

In This Topic
    DiagramElementInfo Constructor
    In This Topic
    Initializes a new instance of the DiagramElementInfo class.
    Syntax
    public DiagramElementInfo( 
       int ID,
       string info
    )
    Public Function New( _
       ByVal ID As Integer, _
       ByVal info As String _
    )

    Parameters

    ID
    The diagram element ID of the DiagramElementInfo.
    info
    The string info of the DiagramElementInfo.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also