void CommandAction ( long  sequencerNumber,
Axis axis,
RSICommandMotion  action 
)

Description:
CommandAction appends a command which generates an action on an axis
Parameters:
sequencerNumber Sequencer ID.
*axis The Axis which the event is performed.
action The action to be performed.
Sample Code:
  controller->CommandAction(SEQUENCER, axisForaction, iact);
See also:
SequencerEnableSet