Share
 
 

vlax-user-product-key (AutoLISP/ActiveX)

Returns the AutoCAD Windows registry path in the HKCU (HKEY_CURRENT_USER)

Supported Platforms: Windows only; not available on Mac OS or Web

Signature

(vlax-user-product-key)

No arguments.

Return Values

Type: String

A value containing the AutoCAD registry path.

Remarks

The AutoCAD registry path can be used to register an application for demand loading.

Examples

(vlax-user-product-key)
"Software\\Autodesk\\AutoCAD\\R25.0\\ACAD-8101:409"

Was this information helpful?