| KM_AxisSetCurrentPosition Method |
Sets the axis node's current position
Can be used to "zero" the axis
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void SetCurrentPosition(
double pos
)
Public Sub SetCurrentPosition (
pos As Double
)
public:
void SetCurrentPosition(
double pos
)
Parameters
- pos Double
- new value for the current position
See Also