GisExit
Exits the Cadcorp Cadcorp SIS Desktop session using the chosen savecode.
| Visual Basic |
|---|
Public Function GisExit( _
ByVal savecode As String _
) As Integer
|
- savecode
-
SIS_NOSAVE (0)Do not save any SWDs or Datasets before exiting SIS_SAVE (1)Save all SWDs and Datasets before exiting SIS_PROMPTSAVE (2)Prompt to choose whether or not to save SWDs and Datasets before exiting
Available: D SISpy
Groups:
sis.GisExit(SIS_SAVE)
Saves all SWDs and Datasets before exiting.