Click or drag to resize
SoWinRenderAreaSetAutoRedraw Method

The render area will automatically redraw whenever something in the scene graph changes.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetAutoRedraw(
	bool trueOrFalse
)

Parameters

trueOrFalse
Type: SystemBoolean
Remarks

Passing false will disable this feature. NOTE: the render area will always redraw in response to window system events (e.g. resize, exposure) regardless of the setting of the auto redraw flag.

See Also