DIAdem Help

Method: SaveLayout for View

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

Method: SaveLayout for View

Saves the specified layout file in DIAdem VIEW.

Object.SaveLayout(FileName)
ObjectView
Object with this method
FileNameString
Specifies the name of the layout file. If you do not enter a path, DIAdem saves the layout on the user path.

The following example saves the specified layout file on the user path for layouts:

VBScriptPython

 

Call View.SaveLayout(LayoutWritePath & "MyLayout.TDV")