Function Entry: VLR-NOTIFICATION

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

Function Entry: VLR-NOTIFICATION

Name

vlr-notification

Class

Reactor Function

Syntax

(vlr-notification reactor)

Arguments and Values

  • reactor: a VLR object.

Description

Returns the reactor's notification scope: whether the callback fires only when the associated document is active, or for events in any document.

Return Values

Returns the symbol 'active-document-only if the reactor fires only when its document is current, or 'all-documents if it fires regardless.

Side Effects

None.

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