SwdSaveAsSwt Method
Saves the current SIS Workspace Definition (SWD) as a SIS Workspace Template (SWT).
Visual Basic |
---|
Public Function SwdSaveAsSwt( _
ByRef filename As String _
) As Integer
|
- filename
- The new name for the SWT.
Available: D
Groups:
sis.SwdSaveAsSwt("c:\Data\SWT\Basemap.swt")
Saves the current SWD as an SWT with the name c:\Data\SWT\Basemap.swt.
To save this SWD as an SWT in SIS version 6 format:
sis.SwdSaveAsSwt ("c:\Data\SWT\Basemap.swt?format=V6")