ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / DomainNetwork Class / TierDefinition Property

In This Topic
    TierDefinition Property
    In This Topic
    Returns the type of subnetworks supported in this domain network.
    Syntax
    public TierDefinition TierDefinition {get;}
    Public ReadOnly Property TierDefinition As TierDefinition
    Remarks
    Valid values in the TierDefinition enum are Hierarchical (typically used with pressure networks) and Partitioned (typically used iwth electrical networks)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also