Method: SaveLayout for View
- Mise à jour2024-09-12
- Temps de lecture : 1 minute(s)
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")