SwdOpen Method
Open an existing SIS Workspace Definition (SWD).
| Visual Basic |
|---|
Public Function SwdOpen( _
ByRef filename As String, _
ByVal readonly As Integer _
) As Integer
|
- filename
- The full pathname of the SWD to open.
- readonly
-
TRUEMake the SWD read-only. FALSEMake the SWD editable.
Available: D
Groups:
sis.SwdOpen ("c:\projects\keymap.swd", 0)
Opens the SWD keymap.swd.