ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / CircuitManager Class


In This Topic
    CircuitManager Class Methods
    In This Topic

    For a list of all members of this type, see CircuitManager members.

    Public Methods
     NameDescription
    Public Method 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.  
    Public Method Inserts a circuit row in the circuit table with the provided argument's values. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Marks the specified circuits as deleted. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Exports a list of circuits.  
    Public Method Gets the names of the circuits in relation to the provided filter. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the circuits in relation to the provided filter. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the list of user fields from the circuit section table. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the list of user fields from the circuit table. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the list of user fields from the subcircuit table. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Verifies the specified circuits. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method 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.
    Public Extension Method Inserts a circuit row in the circuit table with the provided argument's values. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension Method Mark the given circuits as deleted. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension Method Updates the status of a list of circuits. This method must be called on the MCT. Use QueuedTask.Run.
    Top
    See Also