SoWinViewerEnableMouseWheelDolly Method |
Enable/disable moving the camera with the mouse wheel, true by default.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void EnableMouseWheelDolly(
bool onOff
)
Public Sub EnableMouseWheelDolly (
onOff As Boolean
)
public:
void EnableMouseWheelDolly(
bool onOff
)
member EnableMouseWheelDolly :
onOff : bool -> unit
Parameters
- onOff
- Type: SystemBoolean
Remarks See Also