Click or drag to resize
SoWinExaminerViewerSetAnimationEnabled Method

Enables/disables the spin animation feature of the viewer (enabled by default).

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetAnimationEnabled(
	bool onOrOff
)

Parameters

onOrOff
Type: SystemBoolean
Remarks

The default value can be set using the environment variable OIV_VIEWER_ANIMATION (0 = OFF, 1 = ON).

See Also