term_dialog (AutoLISP/DCL)

Terminates all current dialog boxes as if the user had canceled each of them

Supported Platforms: Windows only

Signature

(term_dialog)

No arguments.

Return Values

Type: nil

Always returns nil.

Remarks

If an application is terminated while any DCL files are open, AutoCAD automatically calls term_dialog. This function is used mainly for aborting nested dialog boxes.

Examples

N/A