ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / CoreDataExtensions Class / AlterInEditOperation Method
The ArcGIS.Core.Data.UtilityNetwork.Telecom.CircuitManager instance used to alter the circuit.
The circuit to update.

In This Topic
    AlterInEditOperation Method
    In This Topic
    Updates a circuit row in the circuit table with the provided argument's values. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Shared Sub AlterInEditOperation( _
       ByVal circuitManager As CircuitManager, _
       ByVal circuit As Circuit _
    ) 
    public static void AlterInEditOperation( 
       CircuitManager circuitManager,
       Circuit circuit
    )

    Parameters

    circuitManager
    The ArcGIS.Core.Data.UtilityNetwork.Telecom.CircuitManager instance used to alter the circuit.
    circuit
    The circuit to update.
    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