double TargetPositionGet (  ) 

Description:
TargetPositionGet returns the target posiition of an axis. When you command a move, the final position of the move == Target Position.
Returns:
(double) Current value of the axis' target position in User Units.
Sample Code:
  printf("TargetPosition: %lf\n", axis->TargetPositionGet());
Notes:
TargetPositionGet is only functional in RapidCode 03.03.XX releases.