ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / CoreDataExtensions Class / DeleteInEditOperation Method
The ArcGIS.Core.Data.UtilityNetwork.Telecom.CircuitManager instance used to delete the circuits.
The circuits to mark as deleted.

In This Topic
    DeleteInEditOperation Method
    In This Topic
    Mark the given circuits as deleted. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Shared Sub DeleteInEditOperation( _
       ByVal circuitManager As CircuitManager, _
       ByVal circuitNames As IReadOnlyList(Of String) _
    ) 
    public static void DeleteInEditOperation( 
       CircuitManager circuitManager,
       IReadOnlyList<string> circuitNames
    )

    Parameters

    circuitManager
    The ArcGIS.Core.Data.UtilityNetwork.Telecom.CircuitManager instance used to delete the circuits.
    circuitNames
    The circuits to mark as deleted.
    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