All Cadcorp SIS API Methods

SaveSwd Method

Description

Saves the current SWD to a file.

Syntax

Visual Basic
Public Function SaveSwd( _
   ByVal filename As String _
) As Integer

Parameters

filename
The filename of the SWD file to save.

Remarks

This is equivalent to the SwdSaveAs method available when using GisLink with SIS applications.

Available: OD OM OV SISpy

Groups:

Example

sis.SaveSwd ("c:\Data\map.swd")

The following example will produce a SIS 6.2 format SWD:

sis.SaveSwd ("c:\Data\map.swd?format=V6")