Method: SaveLayout for View
- Updated2024-09-12
- 1 minute(s) read
DIAdem VIEW > Methods > Method: SaveLayout for View
Method: SaveLayout for View
Saves the specified layout file in DIAdem VIEW.
Object.SaveLayout(FileName)
| Object | View Object with this method |
| FileName | String 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:
| VBScript | Python |
Call View.SaveLayout(LayoutWritePath & "MyLayout.TDV")