dictadd
(dictadd dictEname keystring
value)
This function adds a new dictionary
entry value under key keystring
into the dictEname dictionary.
Arguments |
dictEname the entity name (ENAME) of the dictionary |
Return |
the entity name of the newly added dictionary entry, if successful (NIL otherwise) |
Example |
(setq subDict (list (cons 0
"DICTIONARY") (cons 100 "AcDbDictionary"))) |
Remarks |
value must be a non-graphical object (i.e. not an
entity); |
© Bricsys NV. All rights reserved. |