SoTrackballDraggerSetAnimationEnabled Method |
Enables/disables spin animation.
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetAnimationEnabled(
bool newVal
)
Public Sub SetAnimationEnabled (
newVal As Boolean
)
public:
void SetAnimationEnabled(
bool newVal
)
member SetAnimationEnabled :
newVal : bool -> unit
Parameters
- newVal
- Type: SystemBoolean
Remarks When spin animation is enabled, if the mouse is moving while you release it, the trackball will continue to spin afterwards. By default, spin animation is enabled.
See Also