SoWinExaminerViewerSetAnimationEnabled Method |
Enables/disables the spin animation feature of the viewer (enabled 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 SetAnimationEnabled(
bool onOrOff
)
Public Sub SetAnimationEnabled (
onOrOff As Boolean
)
public:
void SetAnimationEnabled(
bool onOrOff
)
member SetAnimationEnabled :
onOrOff : bool -> unit
Parameters
- onOrOff
- Type: SystemBoolean
Remarks The default value can be set using the environment variable OIV_VIEWER_ANIMATION (0 = OFF, 1 = ON).
See Also