vlax-ldata-delete
(vlax-ldata-delete dictionary key [ private ]
)
This function erases LISP data specified
by key from dictionary.
Arguments |
dictionary
(vla-object | ename | string)
specifies the dictionary to erase the data from |
Return |
T if successfully erased, NIL otherwise (dictionary and/or they key not existing) |
Example |
(vlax-ldata-delete MyDicionary "Key_0") returns T if "Key_0" |
Remarks |
key string is case-insensitive; |
© Bricsys NV. All rights reserved. |