All Cadcorp SIS API Methods

SwdOpen Method

Description

Open an existing SIS Workspace Definition (SWD).

Syntax

Visual Basic
Public Function SwdOpen( _
   ByRef filename As String, _
   ByVal readonly As Integer _
) As Integer

Parameters

filename
The full pathname of the SWD to open.
readonly
TRUE Make the SWD read-only.
FALSE Make the SWD editable.

Remarks

Available: D

Groups:

Example

sis.SwdOpen ("c:\projects\keymap.swd", 0)

Opens the SWD keymap.swd.