Repaints the document's view which is a window showing an FMR, VMR or AMR project.
objDocument.RefreshView()
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.
' VBScript
doc.RefreshView
// JScript
doc.RefreshView();
#
PerlScript
$doc->RefreshView();