Chapter 7 Scripting PowerDesigner
The following methods are available to load, save and close a workspace using scripts:
To load a workspace
| Use the following | Description |
|---|---|
| Load (ByVal filename As String = "") As Boolean | Loads the workspace from the given location |
To save a workspace:
| Use the following | Description |
|---|---|
| Save (ByVal filename As String = "") As Boolean | Saves the workspace at the given location |
To close a workspace:
| Use the following | Description |
|---|---|
| Close () | Closes the active workspace |
| Copyright (C) 2008. Sybase Inc. All rights reserved. |
| |