(namedobjdict)

(namedobjdict)


Return the entity name of the current drawing's named object dictionary, which is the root of all nongraphical objects in the drawing


This function enables an application can access the nongraphical objects in the drawing.

Example

; Get the named object dictionary and sets it in nmdict

(setq nmdict (namedobjdict))

Tell me about...

(dictadd)

(dictnext)

(dictremove)

(dictrename)

(dictsearch)

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language