vlax-ldata-put
(vlax-ldata-put dictionary key value [ private
] )
This function stores the LISP
value under
key in
dictionary.
Arguments |
dictionary
(vla-object | ename | string)
specifies the dictionary to store the LISP data |
Return |
returns value if successful (or triggers an error) |
Example |
(vlax-ldata-put MyDicionary "status" "ok") "ok" |
Remarks |
key string is case-insensitive; |
© Bricsys NV. All rights reserved. |