Function Entry: ACET-ERROR-RESTORE

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: ACET-ERROR-RESTORE

Name

acet-error-restore

Class

BricsCAD ExpressTools API Function

Syntax

(acet-error-restore)

Description

Resets the error handler to original error handler which was active at preceding call of (acet-error-init) and also restores saved system variables (if any were stored). Note : functions can be used in nested function calls. In such case, the UNDO operation handling is initialised resp. executed only in the first, outermost calls to (acet-error-init) and (acet-error-restore), while system variables are properly saved and restored with each nesting level.

Return Values

Vendor-defined; see Source Notes.

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes