Class UtilityNetworkState
Defines the current state of a utility network.
Inheritance
System.Object
UtilityNetworkState
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class UtilityNetworkState
Remarks
These read-only properties provide detailed information about the current state of the utility network topology. For more information about dirty areas and/or errors in the network, see DirtyAreaTable.
Properties
| Name | Description |
|---|---|
| HasDirtyAreas | Gets a value indicating whether the network topology of the utility network contains any dirty areas. |
| HasErrors | Gets a value indicating whether the network topology of the utility network has any errors. |
| IsNetworkTopologyEnabled | Gets a value indicating whether this utility network has network topology enabled. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 |
| .NET | 200.3 - 200.8 |
| .NET Windows | 200.3 - 200.8 |
| .NET Android | 200.3 - 200.8 |
| .NET iOS | 200.3 - 200.8 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |