ReadonlyeventsSystem variable related events
Fired after a system variable is changed directly through the SETVAR command or by entering the variable name at the command line.
Applies one system variable mutation with shared transaction and event rules.
Database-backed variables should mutate through AcDbDatabase property setters or setVar. Non-database variables mutate through the cache.
System variable name (normalized internally)
Value before mutation; recorded for undo when a transaction is active
Value after mutation; used for change detection and event dispatch
Database whose transaction manager governs recording and strict mode
Callback that performs the actual value write
Get all registered system variable descriptors.
Get system variable default value.
Get system variable metadata descriptor (if registered).
Get system variable value.
Register many system variables.
Register one system variable metadata entry.
Initializes the session AcDbSystemVariables.LOGINNAME value.
setVar rejects writes because LOGINNAME is read-only for users; host applications call this once at startup (for example after auth).
Login / user display name.
Set system variable value.
StaticinstanceSingleton accessor
Main manager responsible for: