Limits of the focus mechanism movement Range is -100 to 100 (percentage of full travel)

Namespace:  VideoRay
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public int[] Focus_Limit { get; set; }
Visual Basic (Declaration)
Public Property Focus_Limit As Integer()
Visual C++
public:
property array<int>^ Focus_Limit {
	array<int>^ get ();
	void set (array<int>^ value);
}

See Also