Share
 
 

acet-reg-del (AutoLISP/Express Tools)

Deletes a key or value from the Registry.

Supported Platforms: AutoCAD for Windows only; not available in AutoCAD LT for Windows, or on Mac OS and Web

Signature

(acet-reg-del key [name])
key

Type: String

Key name to delete. Will not delete subkeys.

name

Type: String

If given, value name to delete.

Return Values

Type: T

T if successful.

Was this information helpful?