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