Function Entry: VLE-DISPLAYPAUSE
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-DISPLAYPAUSE
Name
vle-displaypause
Class
BricsCAD VLE Library Function
Syntax
(vle-displaypause pauseDisplay)
Arguments and Values
- pauseDisplay
- T disables display updates; NIL
- enables display updates
Description
enables or disables display updates - when disabled, any update of the screen is suppressed until enabled again
Return Values
T when display updates are disabled
NIL when display updates are enabled
Notes
this function can be nested - but each call with 'T' should be paired by a call with 'NIL';
when Lisp execution is finished, the display will be automatically enabled for safety
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-displaypause (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vledisplaypause.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).