Provides access to a subcircuit.
Members
Name | Description | |
---|---|---|
CircuitName | Returns the circuit name. | |
ConsumerName | Returns the consumer circuit name. | |
Name | Returns the name. | |
SetReserved | Sets Reserved. |
ISubcircuit.CircuitName Property
Returns the circuit name.
Public ReadOnly Property CircuitName As String
public string CircuitName {get;}
ISubcircuit.ConsumerName Property
Returns the consumer circuit name.
Public ReadOnly Property ConsumerName As String
public string ConsumerName {get;}
ISubcircuit.Name Property
Returns the name.
Public ReadOnly Property Name As String
public string Name {get;}
ISubcircuit.SetReserved Method
Sets Reserved.
Public Sub SetReserved ( _
ByVal reserve As Boolean _
)
public void SetReserved (
bool reserve
);
Classes that implement ISubcircuit
Classes | Description |
---|---|
Subcircuit | Utility Network Subcircuit |