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

In This Topic
    TierGroups Property
    In This Topic
    Gets a list of all of the TierGroups for this domain network.
    Syntax
    public IReadOnlyList<TierGroup> TierGroups {get;}
    Public ReadOnly Property TierGroups As IReadOnlyList(Of TierGroup)
    Remarks
    Only hierarchical domain networks support tier groups. If no tier groups exist, an empty list is returned.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also