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: 2023.1.3.0 (2023.1.3)
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