Login
|
Sign Up
AutoLISP Function Detail
Name:
start_dialog
Syntax:
(start_dialog)
Description:
Displays the dialog box and returns the status of exit code.
Status
Meaning
1
User pressed OK
0
User pressed Cancel
-1
term_dialog function was used
Example(s):
(start_dialog)
0