ArcGIS Pro 2.9 API Reference Guide
GetAggregations Method

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace > NetworkDiagram Class : GetAggregations Method
Gets the list of DiagramAggregations contained in this network diagram. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public IReadOnlyList<DiagramAggregation> GetAggregations()
Public Function GetAggregations() As IReadOnlyList(Of DiagramAggregation)

Return Value

The list of DiagramAggregations.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

NetworkDiagram Class
NetworkDiagram Members