Provides access to a subcircuit.
Members
| Name | Description | |
|---|---|---|
![]() |
ConsumerID | Returns the consumer circuit globalID. |
![]() |
GlobalID | Returns the globalID. |
![]() |
Name | Returns the name. |
![]() |
ProviderID | Returns the provider circuit globalID. |
![]() |
State | Returns the state of this subcircuit. |
ISubcircuit.ConsumerID Property
Returns the consumer circuit globalID.
Public ReadOnly Property ConsumerID As Guid
public Guid ConsumerID {get;}
ISubcircuit.GlobalID Property
Returns the globalID.
Public Property GlobalID As Guid
public Guid GlobalID {get; set;}
ISubcircuit.Name Property
Returns the name.
Public Property Name As String
public string Name {get; set;}
ISubcircuit.ProviderID Property
Returns the provider circuit globalID.
Public Property ProviderID As Guid
public Guid ProviderID {get; set;}
ISubcircuit.State Property
Returns the state of this subcircuit.
Public Property State As esriSubcircuitState
public esriSubcircuitState State {get; set;}
Classes that implement ISubcircuit
| Classes | Description |
|---|

