ArcGIS Pro 2.9 API Reference Guide
TierGroups Property

ArcGIS.Core.Data.UtilityNetwork Namespace > DomainNetwork Class : TierGroups Property
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, Windows 8.1

See Also

Reference

DomainNetwork Class
DomainNetwork Members