ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / CircuitStatus Enumeration

In This Topic
    CircuitStatus Enumeration
    In This Topic
    Specifies the status of a circuit in the utility network.
    Syntax
    Members
    MemberDescription
    Clean The circuit verify has been run subsequent to any edits made to this circuit, and the circuit is clean.
    Deleted The circuit has been logically deleted.
    Dirty Changes have been made to the circuit, but verify has not been run on the circuit.
    Invalid Circuit has been updated, and error conditions exist in the circuit. It cannot be verified until the errors are resolved.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.UtilityNetwork.Telecom.CircuitStatus

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also