RhinoViewportKeyboardDollyInOut Method |
Emulates the keyboard arrow key in terms of interaction.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool KeyboardDollyInOut(
double amount
)
Public Function KeyboardDollyInOut (
amount As Double
) As Boolean
Parameters
- amount
- Type: SystemDouble
The dolly amount.
Return Value
Type:
Booleantrue if operation succeeded; otherwise false.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also