RhinoViewport.KeyboardDolly Method

RhinoViewportKeyboardDolly Method

Emulates the keyboard arrow key in terms of interaction.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool KeyboardDolly(
	bool leftRight,
	double amount
)
Public Function KeyboardDolly ( 
	leftRight As Boolean,
	amount As Double
) As Boolean

Parameters

leftRight
Type: SystemBoolean
left/right dolly if true, up/down dolly if false.
amount
Type: SystemDouble
The dolly amount.

Return Value

Type: Boolean
true if operation succeeded; otherwise false.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also