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


In This Topic
    Circuit Class Members
    In This Topic

    The following tables list the members exposed by Circuit.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Circuit class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public PropertyOverloaded.  Gets or sets the value of a user field at the given index. This property must be called on the MCT. Use QueuedTask.Run.  
    Top
    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