Class UtilityDomainNetwork
An instance of this class represents a domain network inside a utility network.
Inheritance
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class UtilityDomainNetwork
Remarks
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 DomainNetworks.
Properties
| Name | Description |
|---|---|
| Alias | Gets the display (non-normalized) name of the UtilityDomainNetwork. |
| DomainNetworkId | Gets the ID of the UtilityDomainNetwork. |
| IsStructureNetwork | Gets a value indicating whether this UtilityDomainNetwork is the structure network. |
| Name | Gets the normalized name of the UtilityDomainNetwork. |
| NetworkSources | Gets the collection of UtilityNetworkSource objects in this UtilityDomainNetwork. |
| SubnetworkControllerType | Gets the type of subnetwork controller supported in this UtilityDomainNetwork. |
| TierGroups | Gets a collection of all of the UtilityTierGroup instances for this domain network. |
| Tiers | Gets a collection of all of the UtilityTier instances for this domain network. |
| TierType | Gets the tier type of this domain network. |
Methods
| Name | Description |
|---|---|
| GetTier(String) | Returns the UtilityTier instance with the specified name. |
| GetTierGroup(String) | Returns the UtilityTierGroup instance with the specified name. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.7 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.7 - 200.8 |
| Xamarin.Android | 100.7 - 100.15 |
| Xamarin.iOS | 100.7 - 100.15 |
| UWP | 100.7 - 200.8 |