Click or drag to resize

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)
Syntax
public void UpdateUsedLabware(
	Rack[] racks,
	LabwareAction[] actions,
	string description
)

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