Function Entry: VLE-LICENSELEVEL
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-LICENSELEVEL
Name
vle-licenselevel
Class
BricsCAD VLE Library Function
Syntax
(vle-licenselevel)
Arguments and Values
- none
Description
returns the actual BricsCAD LicenseLevel including the optionally licensed components (Communicator, SheetMetal, Bim); "RunAsLevel" setting is respected in result list;
Return Values
a list like ("CLASSIC" "LITE" "PROFESSIONAL" "PLATINUM" "COMMUNICATOR" "SHEETMETAL" "MECHANICAL" "BIM")
Examples
(vle-licenselevel) =>
("CLASSIC" "PROFESSIONAL" "PLATINUM" "MECHANICAL"
"SHEETMETAL" "BIM")
under emulation using vle-extension.lsp (i.e.
with AutoCAD) :
("CLASSIC" "PROFESSIONAL"))
Notes
items are always uppercase, "CLASSIC" is always present ("CLASSIC" and "PROFESSIONAL" always on non-BricsCAD systems);
since V21, there is also the "LITE" entry present, both "LITE" and "CLASSIC" are identical, and maintained for backward compatibility
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-licenselevel (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vlelicenselevel.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).