ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / DiagramElementAttributeValues Class / DiagramElementAttributeValues Constructor
The diagram element ID of the DiagramElementAttributeValues.
The array of the element attribute values for the DiagramElementAttributeValues. The number of values is the number of queried attributes.
The list of arrays of aggregated elements attribute values for the DiagramElementAttributeValues. Each array has the same number of values, which is the number of queried attributes.

In This Topic
    DiagramElementAttributeValues Constructor
    In This Topic
    Initializes a new instance of the DiagramElementAttributeValues class.
    Syntax
    public DiagramElementAttributeValues( 
       int ID,
       object[] values,
       List<object[]> aggregatedElementsValues
    )
    Public Function New( _
       ByVal ID As Integer, _
       ByVal values() As Object, _
       ByVal aggregatedElementsValues As List(Of Object()) _
    )

    Parameters

    ID
    The diagram element ID of the DiagramElementAttributeValues.
    values
    The array of the element attribute values for the DiagramElementAttributeValues. The number of values is the number of queried attributes.
    aggregatedElementsValues
    The list of arrays of aggregated elements attribute values for the DiagramElementAttributeValues. Each array has the same number of values, which is the number of queried attributes.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also