Method: Refresh for View
- Updated2024-09-12
- 1 minute(s) read
DIAdem VIEW > Methods > Method: Refresh for View
Method: Refresh for View
Refreshes the layout in DIAdem VIEW. DIAdem checks whether the displayed data has changed.
Object.Refresh()
| Object | View 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:
| VBScript | Python |
View.AutoRefresh = TRUE Call View.Refresh