RefreshSurfaceWindow Method


Description

Repaints the Surface Module window which is a window showing one or more surface mesh files.

Syntax

objDocument.RefreshSurfaceWindow()

Remarks

Valid only if objDocument is of type VMR and if the Surface Module window for this VMR project has been created. Most surface-related document methods are defined to operate without updating the Surface Module window. Use this method to refresh this window to render the effect of an operation visible.

Example

' VBScript
doc.
RefreshSurfaceWindow

// JScript
doc.
RefreshSurfaceWindow();

# PerlScript
$doc->
RefreshSurfaceWindow();