Sets/Gets the height resolution of the two WiiMotes.

Namespace:  MotionTracking
Assembly:  motiontracking (in motiontracking.dll)

Syntax

Visual Basic (Declaration)
Public Property WiiMoteResolutionHeight As ResolutionHeight
C#
public ResolutionHeight WiiMoteResolutionHeight { get; set; }
Visual C++
public:
property ResolutionHeight WiiMoteResolutionHeight {
	ResolutionHeight get ();
	void set (ResolutionHeight value);
}
JavaScript
function get_wiiMoteResolutionHeight();
function set_wiiMoteResolutionHeight(value);

See Also