void ActualPositionSet ( double  position  ) 

Description:
ActualPositionSet will set the value of axis' actual position.
Parameters:
position The value to set.
Sample Code:
  // set the actual position to 100000
  axis->ActualPositionSet(100000);
Notes:
It's better to use OriginPositionSet when you want to change the actual position.
See also:
OriginPositionSet