Share
 
 

vlax-product-key (AutoLISP/ActiveX)

Returns the AutoCAD Windows registry path

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

Signature

(vlax-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-product-key)
"Software\\Autodesk\\AutoCAD\\R25.0\\ACAD-8101:409"

Was this information helpful?