Function Entry: VLR-REACTION-NAMES

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VLR-REACTION-NAMES

Name

vlr-reaction-names

Class

BricsCAD Reactor Extension Function

Syntax

(vlr-reaction-names reactorType)

Arguments and Values

  • reactorType
  • (symbol) specifies the reactor
  • type to be queried;
  • can be one of these symbols :
  • :VLR-AcDb-Reactor
  • database reactor

Description

This function returns a list of all available events for reactors of reactorType.

Return Values

list of reactor type specific events

Examples

(vlr-reaction-names
':vlr-object-reactor)  returns :

(:VLR-SUBOBJMODIFIED :VLR-COPIED
:VLR-OBJECTCLOSED :VLR-REAPPENDED :VLR-UNAPPENDED
:VLR-MODIFIEDXDATA :VLR-MODIFYUNDONE :VLR-MODIFIED
:VLR-OPENEDFORMODIFY :VLR-GOODBYE :VLR-UNERASED :VLR-ERASED
:VLR-CANCELLED)

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes

Obsolete VLX-Namespace Functions (3 entries)