| SoTrackballDraggerSetAnimationEnabled Method  | 
Enables/disables spin animation. 
 
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetAnimationEnabled(
	bool newVal
)
Public Sub SetAnimationEnabled ( 
	newVal As Boolean
)
public:
void SetAnimationEnabled(
	bool newVal
)
member SetAnimationEnabled : 
        newVal : bool -> unit 
Parameters
- newVal
 - Type: SystemBoolean
 
RemarksWhen 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