vle-licenselevel


(vle-licenselevel)

returns the actual BricsCAD LicenseLevel including the optionally licensed components (Communicator, SheetMetal, Bim);
"RunAsLevel" setting is respected in result list;

Arguments

none

Return

a list like ("CLASSIC" "LITE" "PROFESSIONAL" "PLATINUM" "COMMUNICATOR" "SHEETMETAL" "MECHANICAL" "BIM")

Example

(vle-licenselevel) => ("CLASSIC" "PROFESSIONAL" "PLATINUM"  "MECHANICAL" "SHEETMETAL" "BIM")
under emulation using vle-extension.lsp (i.e. with AutoCAD) :
("CLASSIC" "PROFESSIONAL"))

Alias


Remarks

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



©  Bricsys NV. All rights reserved.