 | RackUpdateUsedPositions Method |
Updates the list of used positions and updates the view
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic void UpdateUsedPositions(
Container[] cnts,
LabwareAction action,
string description
)
Public Sub UpdateUsedPositions (
cnts As Container(),
action As LabwareAction,
description As String
)
public:
void UpdateUsedPositions(
array<Container^>^ cnts,
LabwareAction action,
String^ description
)
member UpdateUsedPositions :
cnts : Container[] *
action : LabwareAction *
description : string -> unit
Parameters
- cnts
- Type: Huarui.STARLineContainer
containers for update - action
- Type: Huarui.STARLineLabwareAction
the same action will be applied to all positions in the given list - 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