Method RemoveSlot
RemoveSlot(IPortEditor)
Removes the slot associated with the PortEditor
Declaration
protected void RemoveSlot(IPortEditor portEditor)
Parameters
| Type | Name | Description | 
|---|---|---|
| IPortEditor | portEditor | The port editor to remove.  | 
    
RemoveSlot(string)
Removes the slot by guid.
Declaration
protected void RemoveSlot(string slotGuid)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | slotGuid | The slot unique identifier.  |