Share
 
 

acet-reg-get (AutoLISP/Express Tools)

Returns a 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-get key [name])
key

Type: String

Key name to retrieve.

name

Type: String

If given, value name to retrieve.

Return Values

Type: String or nil

The selected value, or nil if the entry cannot be located.

Was this information helpful?