Function Entry: VLR-OBJECT-REACTOR
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLR-OBJECT-REACTOR
Name
vlr-object-reactor
Class
Reactor constructor function
Syntax
(vlr-object-reactor owners data callbacks)
Description
Constructs a drawing object reactor.
Return Values
Reactor object.
Side Effects
Registers reactor state with the host event system.
Arguments and Values
owners: list of VLA-objects monitored by the reactordata: application-specific AutoLISP datacallbacks: list of(event-name . callback-function)pairs
Notes
- Autodesk documents object reactors as associated with specific owner objects.
- Autodesk documents that callback specifications are event/callback pairs.
- Autodesk cautions that callbacks should not modify the objects that own the object reactor.
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
- [About Using Object Reactors (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2023/CHT/AutoCAD-AutoLISP/files/GUID-373FCF92-4E98-448A-9C1C-D15A06880C81.htm)
- [Reactor Functions Reference (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-LT-AutoLISP-Reference/files/GUID-B83B512E-CEF6-43C5-9099-398999E254AF.htm)
- Status: documented.