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


In This Topic
    Subcircuit Class Members
    In This Topic

    The following tables list the members exposed by Subcircuit.

    Public Constructors
     NameDescription
    Public Constructor Constructs a subcircuit object.  
    Top
    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public PropertyOverloaded.  Gets and sets the value of a user field with 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 subcircuit's consumer. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the GlobalID of the subcircuit. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the subcircuit. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the GlobalID of the subcircuit's provider. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the state. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the GlobalID of the subcircuit. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the name of the subcircuit. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the GlobalID of the subcircuit's provider. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the state of the subcircuit. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also