DIAdem Help

Method: Refresh for View

  • Updated2024-09-12
  • 1 minute(s) read

Method: Refresh for View

Refreshes the layout in DIAdem VIEW. DIAdem checks whether the displayed data has changed.

Object.Refresh()
ObjectView
Object with this method
Note  If the AutoRefresh property is FALSE, the Refresh method is not effective.
Note  If a script modifies the properties or the contents of data channels, set the AutoRefresh property to FALSE to speed up the script. You then call the Refresh method to refresh the values displayed in DIAdem VIEW.

The following example refreshes the layout:

VBScriptPython

 

View.AutoRefresh = TRUE
Call View.Refresh