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


In This Topic
    CircuitManager Class Members
    In This Topic

    The following tables list the members exposed by CircuitManager.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Property Gets the telecom domain network that holds the circuits.  
    Top
    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