CWIMAQAxisOrientations Enumeration

NI Vision for Visual Basic

CWIMAQAxisOrientations Enumeration

CWIMAQAxisOrientations are the constants for the AxisOrientation parameter of the CWIMAQVision.BuildCoordinateSystem function and the AxisOrientation property of the CWIMAQCoordinateSystem object.

As shown in the following illustration, direct axis orientation indicates that the y-axis direction is 90 degrees counter-clockwise from the x-axis direction. Indirect axis orientation indicates that the y-axis direction is 90 degrees clockwise from the x-axis direction.

You can use the following constants with this data type:

  • cwimaqAxisOrientationDirect—Direct axis orientation. Indicates that the y-axis direction is 90 degrees counter-clockwise from the x-axis direction.
  • cwimaqAxisOrientationIndirect—Indirect axis orientation. Indicates that the y-axis direction is 90 degrees clockwise from the x-axis direction.

See Also

CWIMAQVision.BuildCoordinateSystem

CWIMAQCoordinateSystem