Click or drag to resize

ChannelMove Method (Container, MoveZEndMode, Double, ErrorRecoveryOptions)

Move To Position

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public void Move(
	Container[] cnts,
	MoveZEndMode zmode,
	double positionAboveContainerBottom = 0,
	ErrorRecoveryOptions options = null
)

Parameters

cnts
Type: Huarui.STARLineContainer
positions
zmode
Type: Huarui.STARLineMoveZEndMode
z end mode after move
positionAboveContainerBottom (Optional)
Type: SystemDouble
distance above container bottom, for zmode=3
options (Optional)
Type: Huarui.STARLineErrorRecoveryOptions
error recovery options
Exceptions
ExceptionCondition
STARExceptiondevice error will be throwed with STARException
See Also