VdOrientation Enum

Scope: Xpedition Designer schematic editor

Prerequisites: None.

Specifies an orientation style.

Usage

VdOrientation.Constant

Arguments

VDORIENT_IDENTITY

Identity matrix index. The numerical value for this constant is 0.

VDORIENT_MX

Mirror on the x-axis (MX). The numerical value for this constant is 4.

VDORIENT_MX180

180 degree rotation on the x-axis. The numerical value for this constant is 6.

VDORIENT_MX270

270 degree rotation on the x-axis. The numerical value for this constant is 7.

VDORIENT_MX90

90 degree rotation on the x-axis. The numerical value for this constant is 5.

VDORIENT_ROT180

180 degree rotation index. The numerical value for this constant is 2.

VDORIENT_ROT270

270 degree rotation index. The numerical value for this constant is 3.

VDORIENT_ROT90

90 degree rotation index. The numerical value for this constant is 1.