ArcGIS Pro 3.4 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.
Version

    DiagramElementAttributeValues Constructor
    Initializes a new instance of the DiagramElementAttributeValues class.
    Syntax
    public DiagramElementAttributeValues( 
       int ID,
       object[] values,
       List<object[]> aggregatedElementsValues
    )

    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