| KM_AxisRelativeMoveTo Method |
Calls a move to a given relative position and blocks the calling thread until the position has been acheived
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void RelativeMoveTo(
double pos
)
Public Sub RelativeMoveTo (
pos As Double
)
public:
void RelativeMoveTo(
double pos
)
Parameters
- pos Double
- position delta from current position to move to
See Also