All Cadcorp SIS API Methods

SwdSaveAsSwt Method

Description

Saves the current SIS Workspace Definition (SWD) as a SIS Workspace Template (SWT).

Syntax

Visual Basic
Public Function SwdSaveAsSwt( _
   ByRef filename As String _
) As Integer

Parameters

filename
The new name for the SWT.

Remarks

Available: D

Groups:

Example

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