ArcGIS Pro 2.9 API Reference Guide
GetTier Method

ArcGIS.Core.Data.UtilityNetwork Namespace > DomainNetwork Class : GetTier Method
The name of the desired Tier object to return.
Gets the Tier object with the specified name.
Syntax
public Tier GetTier( 
   string tierName
)
Public Function GetTier( _
   ByVal tierName As String _
) As Tier

Parameters

tierName
The name of the desired Tier object to return.

Return Value

A Tier object with the specified name.
Remarks
The string comparison used to find the name is case-insensitive.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

DomainNetwork Class
DomainNetwork Members