dictsearch
(dictsearch dictEname keystring
[ setForNext ] )
This function returns the dictionary entry
with key keystring in dictionary dictEname, optionally presets
the dictionary for (dictNext) if setForNext is
non-NIL.
Arguments |
dictEname the entity name (ENAME) of the dictionary |
Return |
the dictionary entry (as entget-style list) if keystring is found, NIL otherwise |
Example |
(setq mydictdata (dictsearch
(namedobjdict) "MyDictKey") |
Remarks |
© Bricsys NV. All rights reserved. |