Limits of a zoom mechanism movement Not currently used on the PRO4 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[] Zoom_Limit { get; set; }
Visual Basic (Declaration)
Public Property Zoom_Limit As Integer()
Visual C++
public:
property array<int>^ Zoom_Limit {
	array<int>^ get ();
	void set (array<int>^ value);
}

See Also