Open the manp.

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

Syntax

C#
public void Control_Open(
	double btn_duration
)
Visual Basic (Declaration)
Public Sub Control_Open ( _
	btn_duration As Double _
)
Visual C++
public:
void Control_Open(
	double btn_duration
)

Parameters

btn_duration
Type: System..::.Double
The duration the control button has been pressed. If this is >0 then the manip is commanded to open otherwise the state is changed to Stationary

See Also