DIAdem Help

Method: LoadLayout for View

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

Method: LoadLayout for View

Loads the specified layout file in DIAdem VIEW.

Object.LoadLayout(FileName)
ObjectView
Object with this method
FileNameString
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:

VBScriptPython

 

Call View.LoadLayout(LayoutReadPath & "MyLayout.TDV")