Gets the
DomainNetwork with the specified name from this utility network. This method must be called on the MCT. Use QueuedTask.Run.
Parameters
- domainNetworkName
- The name of the desired DomainNetwork object to return.
Return Value
A
DomainNetwork object with the specified name.
Find a Tier given a Domain Network name and Tier name
using (UtilityNetworkDefinition utilityNetworkDefinition = utilityNetwork.GetDefinition())
{
DomainNetwork domainNetwork = utilityNetworkDefinition.GetDomainNetwork(domainNetworkName);
Tier tier = domainNetwork.GetTier(tierName);
}
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3 or higher.