Searches a dictionary for an item
(dictsearch ename symbol [setnext])
The entry for the specified item, if successful; otherwise nil, if no entry is found.
The following example illustrates the use of dictsearch to obtain the dictionary added in the dictadd example:
Command: (setq newdictlist (dictsearch (namedobjdict) "my_way_cool_dictionary"))
((-1 . <Entity name: 1d98950>) (0 . "DICTIONARY") (5 . "52") (102 . "{ACAD_REACTORS") (330 . <Entity name: 1d98860>) (102 . "}") (330 . <Entity name: 1d98860>) (100 . "AcDbDictionary") (280 . 0) (281 . 1) (3 . "DATA_RECORD_1") (350 . <Entity name: 1d98958>))
See Also
-
The dictadd, dictnext, dictremove, and namedobjdict functions.