ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / NetworkDiagramAggregationType Enumeration

In This Topic
    NetworkDiagramAggregationType Enumeration
    In This Topic
    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.NetworkDiagrams.NetworkDiagramAggregationType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also