SwdSaveAs Method
Saves the current SIS Workspace Definition (SWD) with a different name. The original file is not renamed but kept on disk.
Visual Basic |
---|
Public Function SwdSaveAs( _
ByRef filename As String _
) As Integer
|
- filename
- The new name for the SWD.
Available: D
Groups:
sis.SwdSaveAs ("c:\projects\medway\keyplan99.swd")
Saves the current SWD with the name c:\projects\medway\keyplan99.swd.
To save this SWD in SIS version 6 format:
mapobject.SwdSaveAs ("c:\projects\medway\keyplan99.swd?format=V6")