IAbsMove¶
-
interface IAbsMove : public IMoveCommand, public IApplyParameterSet¶
A move command that moves to the configured absolute position, and uses the configured end velocity after the absolute position has been reached.
System.Tuple<double, double> IAbsMove.Configuration { get; set; }