public enum SubnetworkStates : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum SubnetworkStates Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SubnetworkStates : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum SubnetworkStates Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
All | A combination of the values in this list; provides an easy way to fetch all of the subnetworks in a Tier. |
Clean | Subnetwork.Update has been run subsequent to any edits made to this subnetwork. |
CleanAndAcknowledged | Export with the SetAcknowledgedFlag has been run after Subnetwork.Update and before additional edits. |
CleanAndDeleted | All subnetworks controllers have been dropped from the subnetwork, but Export has not been run with the SetAcknowledged flag. Once a subnetwork is in this state, running Export with the SetAcknowledged flag will delete the subnetwork. |
Dirty | Changes have been made to features within the subnetwork. |
DirtyAndDeleted | All subnetwork controllers have been droped from the subnetwork, but Subnetwork.Update has not yet been run. |
Invalid | The subnetwork has been completely deleted (no database rows exist), but the Subnetwork object remains. Once a subnetwork is in this state, most properties and methods on the Subnetwork object will throw an exception. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Data.UtilityNetwork.SubnetworkStates
Target Platforms: Windows 10, Windows 8.1