Simba.Data
Simba.Data.Circuit
Circuit.Remove Method
| Overloads | |
|---|---|
| Remove(Connector) | Remove the connector from this circuit. |
| Remove(IMovable) | Remove item from circuit (Device or Connector segment) |
| Remove(ICollection |
Remove a collection of item from the circuit |
Circuit.Remove(Connector) Method
Remove the connector from this circuit.
Parameters
Connector to be removed
Circuit.Remove(IMovable) Method
Remove item from circuit (Device or Connector segment)
Parameters
item IMovable
Circuit.Remove(ICollection\<IMovable>) Method
Remove a collection of item from the circuit
Parameters
items System.Collections.Generic.ICollection<IMovable>
items (devices and connector segments)