ArcGIS Pro 2.6 API Reference Guide
NetworkDiagramConsistencyState Enumeration

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace : NetworkDiagramConsistencyState Enumeration
The diagram consistency state of a network diagram.
Syntax
public enum NetworkDiagramConsistencyState : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum NetworkDiagramConsistencyState 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
DiagramHasDirtyFeatures The network diagram has dirty features.
DiagramIsConsistent The network diagram is consistent.
DiagramNotConsistentWithTopology The network diagram is potentially inconsistent versus the topology.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams.NetworkDiagramConsistencyState

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace