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


In This Topic
    CircuitSection Class Members
    In This Topic

    The following tables list the members exposed by CircuitSection.

    Public Constructors
     NameDescription
    Public Constructor Constructs a circuit section object. This method must be called on the MCT. Use QueuedTask.Run.  
    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 GlobalID of the circuit section. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the section ID of the circuit section. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the circuit section role. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the circuit section type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the start location of the circuit section. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the stop location of the circuit section. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the subcircuit of the circuit section. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the GlobalID of the circuit section. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the section type of the circuit section. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the start location of the circuit section. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the stop location of the circuit section. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the subcircuit of the circuit section. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also