Gets or Sets the Y axis coordinates reverser state.
Namespace:
MotionTracking
Assembly:
motiontracking (in motiontracking.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property InverseYAxisState As Boolean |
C# |
---|
public bool InverseYAxisState { get; set; } |
Visual C++ |
---|
public:
property bool InverseYAxisState {
bool get ();
void set (bool value);
} |
JavaScript |
---|
function get_inverseYAxisState();
function set_inverseYAxisState(value); |
See Also