double CommandPositionGet (  ) 

Description:
CommandPositionGet returns the current command position of an axis.
Returns:
(double) Current value of the axis' command position in User Units.
Sample Code:
  printf("CommandPosition: %ld\n", axis->CommandPositionGet());
See also:
CommandPositionSet
Examples:
MotionFinalVelocity.cs, multiaxisMotion.cpp, MultiAxisMotion.cs, and pathMotion.cpp.