DIAdem Help

Method: SaveLayout for View

  • Mise à jour2024-09-12
  • Temps de lecture : 1 minute(s)

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")