void DirectionInvertSet ( bool  invert  ) 

Description:
DirectionInvertSet will reverse the direction of the axis relative to pos/neg counts.
Parameters:
invert True = Set to Negative direction, False = Set to Positive direction.
Sample Code:
  axis->DirectionInvertSet(1); // Invert the direction to Negative
Notes:
DirectionInvertSet is only functional in RapidCode 03.03.XX releases.