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
-
TRUE
Make the SWD read-only. FALSE
Make the SWD editable.
Available: D
Groups:
sis.SwdOpen ("c:\projects\keymap.swd", 0)
Opens the SWD keymap.swd.