All Cadcorp SIS API Methods

Description Method

Renames and saves the current SIS Workspace Template (SWT).

Syntax

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

Parameters

filename
The new name for the SWT file.

Remarks

Available: D

Groups:

Example

sis.SwtSaveAs ("c:\data\SWT\planning.swt")

Saves the current SWT with the name c:\data\SWT\planning.swt.