Adds or replaces a callback function in a reactor
Supported Platforms: Windows only
(vlr-reaction-set reactor event function)
Type: VLR object
An object.
Type: Symbol
A symbol denoting one of the event types available for this reactor type.
Type: Symbol
A symbol representing the AutoLISP function to be added or replaced.
Type: Symbol
The value of the function argument.
The following command changes the circleReactor reactor to call the print-area function when an object is modified:
(vlr-reaction-set circleReactor :vlr-modified 'print-area) PRINT-AREA