Function Entry: VLAX-USER-PRODUCT-KEY

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

Function Entry: VLAX-USER-PRODUCT-KEY

Name

vlax-user-product-key

Class

Visual LISP Windows registry helper

Syntax

(vlax-user-product-key)

Description

Returns the Windows registry path for the current AutoCAD product in HKCU.

Return Values

Returns a string.

Notes

  • This is the user-hive counterpart of vlax-machine-product-key.
  • Autodesk documents the returned path as usable for demand-loading registration.

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.