ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / CoreDataExtensions Class / VerifyInEditOperation Method
The ArcGIS.Core.Data.UtilityNetwork.Telecom.CircuitManager instance used to verify the circuits.
The circuits whose status to update.
The options that will describe how the circuit will be verified.

In This Topic
    VerifyInEditOperation Method
    In This Topic
    Updates the status of a list of circuits. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    circuitManager
    The ArcGIS.Core.Data.UtilityNetwork.Telecom.CircuitManager instance used to verify the circuits.
    circuitNames
    The circuits whose status to update.
    circuitVerifyOptions
    The options that will describe how the circuit will be verified.

    Return Value

    The information about the operation over each circuit.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also