 | ArmMove Method |
Move arm
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic abstract void Move(
double position,
bool useZSafeHeight = true
)
Public MustOverride Sub Move (
position As Double,
Optional useZSafeHeight As Boolean = true
)
public:
virtual void Move(
double position,
bool useZSafeHeight = true
) abstract
abstract Move :
position : float *
?useZSafeHeight : bool
(* Defaults:
let _useZSafeHeight = defaultArg useZSafeHeight true
*)
-> unit
Parameters
- position
- Type: SystemDouble
position - useZSafeHeight (Optional)
- Type: SystemBoolean
Move X-arm to position with all attached components in Z-safety position
See Also