RenderRegionRefresh

Introduced

v6.0

Description

Forces the render region in the specified viewport(s) to refresh. This is the scripting equivalent of right-clicking on the render region.

This command replaces the obsolete command RefreshRegion.

Scripting Syntax

RenderRegionRefresh( [Viewport] );

Parameters

Parameter Type Description
Viewport siViewport The viewport(s) containing the render region to refresh.

Default Value: siViewportCurrent (the viewport the cursor is currently hovering over)

Examples

JScript Example

// Refreshes the render region in the viewport A (the top view).

RenderRegionRefresh( siViewportA );

See Also

RenderRegionCreate RenderRegionClose RenderRegionToggleVisibility RenderRegionToggleSelectionTracking RenderRegionSave RenderRegionSetDisplayType RenderRegionSetRefreshMode RenderRegionSetRenderChannel