Method: LoadLayout for View
- Updated2024-09-12
- 1 minute(s) read
DIAdem VIEW > Methods > Method: LoadLayout for View
Method: LoadLayout for View
Loads the specified layout file in DIAdem VIEW.
Object.LoadLayout(FileName)
| Object | View Object with this method |
| FileName | String Specifies the name of the layout file. If you do not specify a path, DIAdem first searches the library path and then the user path for layouts. Go to DIAdem Settings: Select Path. |
The following example loads the specified layout file from the user path:
| VBScript | Python |
Call View.LoadLayout(LayoutReadPath & "MyLayout.TDV")