Utility Domain Network
A domain network inside a utility network. Domain networks organize features in a utility network based on what utility service they provide, such as natural gas, water, electricity, or structural elements such as poles or conduits. Each utility network will have a single structure network and one or more domain networks for the actual utility services they provide.
UtilityDomainNetwork objects can be obtained from the utility network definition using the UtilityNetworkDefinition.domainNetworks property.
Since
200.1.0
Properties
The display (non-normalized) name of the UtilityDomainNetwork. This name is suitable for display to end-users.
The ID of the UtilityDomainNetwork.
Whether this UtilityDomainNetwork is the structure network.
The normalized name of the UtilityDomainNetwork.
The collection of UtilityNetworkSource objects in this UtilityDomainNetwork.
The type of subnetwork controller supported in this UtilityDomainNetwork.
A collection of all of the UtilityTierGroup objects for this domain network. Only hierarchical domain networks support tier groups. If no tier groups exist, an empty list is returned.
A collection of all of the UtilityTier objects for this domain network.
The tier type of this domain network. Valid values in the UtilityTierType enum are Hierarchical (typically used with pressure networks) and Partitioned (typically used with electrical networks).
Functions
Gets the UtilityTier object with the specified name.
Gets the UtilityTierGroup object with the specified name.