SoWinViewer.EnableMouseWheelDolly 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.3.0.0 (10.3.0.0)
Syntaxpublic void EnableMouseWheelDolly(
bool onOff
)
Public Sub EnableMouseWheelDolly (
onOff As Boolean
)
public:
void EnableMouseWheelDolly(
bool onOff
)
member EnableMouseWheelDolly :
onOff : bool -> unit
Parameters
- onOff
- Type: System.Boolean
Remarks
See Also