 | RackRemoveFromDeck Method |
Remove labware from deck
This can only be call in Deck property in STARCommand
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic void RemoveFromDeck(
string id
)
Public Sub RemoveFromDeck (
id As String
)
public:
void RemoveFromDeck(
String^ id
)
member RemoveFromDeck :
id : string -> unit
Parameters
- id
- Type: SystemString
labware id
See Also