Exit()
Summary
Closes the application.
Syntax
Exit()
Notes
-
If Exit() is called from a Maptitude add-in, Maptitude immediately shuts down, without asking for any confirmation from the user.
Example
MenuItem "Exit" do Exit() enditem
Closes the application.
Exit()
If Exit() is called from a Maptitude add-in, Maptitude immediately shuts down, without asking for any confirmation from the user.
MenuItem "Exit" do Exit() enditem