 | RackUpdateUsedLabware Method |
Update labware status in deck layout visibilization
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic void UpdateUsedLabware(
Rack[] racks,
LabwareAction[] actions,
string description
)
Public Sub UpdateUsedLabware (
racks As Rack(),
actions As LabwareAction(),
description As String
)
public:
void UpdateUsedLabware(
array<Rack^>^ racks,
array<LabwareAction>^ actions,
String^ description
)
member UpdateUsedLabware :
racks : Rack[] *
actions : LabwareAction[] *
description : string -> unit
Parameters
- racks
- Type: Huarui.STARLineRack
racks - actions
- Type: Huarui.STARLineLabwareAction
labware actions - description
- Type: SystemString
description will be displayed in the first section on the status bar in the deck view ; an empty string will do nothing.
See Also