Function Entry: VLAX-MACHINE-PRODUCT-KEY

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

Function Entry: VLAX-MACHINE-PRODUCT-KEY

Name

vlax-machine-product-key

Class

Visual LISP Windows registry helper

Syntax

(vlax-machine-product-key)

Description

Returns the Windows registry path for the AutoCAD product in the machine-wide registry hive.

Return Values

Returns a string.

Notes

  • Autodesk documents this as returning the HKLM registry path.
  • Autodesk documents that this function replaces vlax-product-key, which was used in AutoCAD 2012 and earlier.
  • Autodesk also documents that use requires a prior call to vl-load-com.

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 AutoCAD for Windows only; not available in AutoCAD LT for Windows.