(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))