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.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
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