ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / DiagramElementAttributeValues Class / AggregatedElementsValues Property

In This Topic
    AggregatedElementsValues Property
    In This Topic
    Gets the list of attribute values for aggregated elements of the DiagramElementAttributeValues.
    Syntax
    Public ReadOnly Property AggregatedElementsValues As IReadOnlyList(Of Object())
    public IReadOnlyList<object[]> AggregatedElementsValues {get;}
    Requirements

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

    ArcGIS Pro version: 3.3 or higher.
    See Also