Starting the Dialog

AutoCAD Visual LISP

 
Starting the Dialog
 
 
 

The start_dialog function displays a dialog box and accepts user input. The start_dialog function requires no arguments.

(start_dialog)

Control passes to users when you issue start_dialog. Users can make choices within the dialog box, until they choose the OK or Cancel buttons.