ArcGIS Pro 3.7 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 Function New( _
       ByVal ID As Integer, _
       ByVal info As String _
    )
    public DiagramElementInfo( 
       int ID,
       string info
    )

    Parameters

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.3 or higher.
    See Also