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


In This Topic
    Circuit Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the circuit sections dictionary representing the logical connectivity between circuit sections as a directed adjacency list. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the circuit type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the GlobalID of the circuit. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the date and time of the last acknowledged circuit export. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the date and time when the circuit was last verified. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the circuit. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the start location of the circuit. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the status of the circuit. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the stop location of the circuit. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the subcircuits. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets whether the circuit is sectioned. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the circuit sections. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the circuit type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the GlobalID of the circuit. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the name of the circuit. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets whether the circuit is sectioned. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the start location of the circuit. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the stop location of the circuit. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the subcircuits. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also