RefreshView Method


Description

Repaints the document's view which is a window showing an FMR, VMR or AMR project.

Syntax

objDocument.RefreshView()

Remarks

Most document methods are defined to operate without updating the document's view. Use this method to refresh the respective document window to render the effect of an operation visible.

Example

' VBScript
doc.
RefreshView

// JScript
doc.
RefreshView();

# PerlScript
$doc->
RefreshView();