Function Entry: VLR-REMOVE-ALL
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLR-REMOVE-ALL
Name
vlr-remove-all
Class
Reactor control function
Syntax
(vlr-remove-all reactor-type)
Description
Disables all reactors of the specified type.
Return Values
List of affected reactors or other host-defined result.
Side Effects
Bulk reactor deactivation.
Arguments and Values
reactor-type: optional reactor type symbol; if omitted, all active reactor types are targeted
Notes
- Autodesk documents the return value as a list of reactor lists.
- Autodesk documents that each reactor list begins with the reactor type symbol and is followed by the disabled reactor objects.
- Autodesk documents that the result is nil when no active reactors match.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [vlr-remove-all (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2024/PLK/AutoCAD-LT-AutoLISP-Reference/files/GUID-3F8E47F1-4B6C-4C59-99C1-8601953D1F2F.htm)
- [About Removing Reactors (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2018/CHS/AutoCAD-AutoLISP/files/GUID-DC1713AC-D79F-456B-87E8-1656130CB23B.htm)
- Status: documented.