Click or drag to resize

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)
Syntax
public void UpdateUsedPositions(
	Container[] cnts,
	LabwareAction action,
	string description
)

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