Function Entry: VLR-OWNER-ADD
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLR-OWNER-ADD
Name
vlr-owner-add
Class
Reactor Function
Syntax
(vlr-owner-add reactor owner)
Arguments and Values
reactor: an object reactor.owner: a VLA-object or entity name to attach.
Description
Adds an object to the list of owners of an object reactor — extending the set of entities whose events will fire the reactor.
Return Values
The owner reference on success; nil on failure.
Side Effects
Mutates the reactor's owner list.
Examples
Not documented on the vendor page.
Availability
- AutoCAD 2026: documented (Windows only).
- BricsCAD V26: presumed compatible.
- Status: AutoCAD-Windows documented; BricsCAD parity TBD.
Source Notes
- [vlr-owner-add (AutoLISP 2026)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-AutoLISP-Reference/files/GUID-8DF13914-E66F-410D-BFDF-8A9A1860AFBE.htm)
- Status: documented (Phase 3 body fill).