ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / TierDefinition Enumeration

In This Topic
    TierDefinition Enumeration
    In This Topic
    Returns the type of subnetworks suported in this domain network.
    Syntax
    Members
    MemberDescription
    Hierarchical Subnetworks within this domain network are organized in a hierarchical fashion. Features may belong to multiple tiers, organized in a hierarchical fashion. These are typically used with pressure networks.
    None This domain network doesn't contain subnetworks.
    Partitioned Subnetworks within this domain network are partitioned into different tiers. Features belong to a single tier (except for subnetwork controllers, which span two tiers). These are typically used with electrical networks.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.UtilityNetwork.TierDefinition

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also