|  | 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
Syntaxpublic void Move(
	Container[] cnts,
	MoveZEndMode zmode,
	double positionAboveContainerBottom = 0,
	ErrorRecoveryOptions options = null
)
Public Sub Move ( 
	cnts As Container(),
	zmode As MoveZEndMode,
	Optional positionAboveContainerBottom As Double = 0,
	Optional options As ErrorRecoveryOptions = Nothing
)
public:
void Move(
	array<Container^>^ cnts, 
	MoveZEndMode zmode, 
	double positionAboveContainerBottom = 0, 
	ErrorRecoveryOptions^ options = nullptr
)
member Move : 
        cnts : Container[] * 
        zmode : MoveZEndMode * 
        ?positionAboveContainerBottom : float * 
        ?options : ErrorRecoveryOptions 
(* Defaults:
        let _positionAboveContainerBottom = defaultArg positionAboveContainerBottom 0
        let _options = defaultArg options null
*)
-> unit 
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
Exceptions| Exception | Condition | 
|---|
| STARException | device error will be throwed with STARException | 
 See Also
See Also