Unloading the Dialog From Visual LISP previous page next page Starting the Dialog Interacting with the Dialog Box from AutoLISP Code Determining What to Do Next Creating a Project and Adding the Interface > Interacting with the Dialog Box from AutoLISP Code > Unloading the Dialog When a user chooses the OK or Cancel button, you need to unload the dialog. Like start_dialog, unload_dialog is another simple function. (unload_dialog dcl_id) previous page start next page