Function Entry: VLAX-PRODUCT-KEY

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

Function Entry: VLAX-PRODUCT-KEY

Name

vlax-product-key

Class

Visual LISP Windows registry helper

Syntax

(vlax-product-key)

Description

Returns the Windows registry path for the current AutoCAD product.

Return Values

Returns a string.

Notes

  • Autodesk documents this function as obsolete and recommends vlax-machine-product-key instead.
  • Autodesk documents that the returned path can be used to register an application for demand loading.

Availability

  • AutoCAD 2026: documented (per Autodesk reference page).
  • BricsCAD V26: presumed compatible (no contradicting page found).
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.

Compatibility

Available on Windows only; not available on macOS or Web.