ArcGIS Pro 2.7 API Reference Guide
NetworkDiagramAggregationType Enumeration

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace : NetworkDiagramAggregationType Enumeration
The type of an aggregation.
Syntax
public enum NetworkDiagramAggregationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum NetworkDiagramAggregationType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
ContainerAggregation The aggregation is a container aggregation.
EgdeAggregation The aggregation is an edge aggregation.
JunctionAggregation The aggregation is a junction aggregation.
NoneAggregation The aggregation is a none aggregation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams.NetworkDiagramAggregationType

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace