vlax-ldata-get
(vlax-ldata-get dictionary key [ defaultValue
[ private ] ] )
This function returns the LISP data as stored
in dictionary under key.
Arguments |
dictionary
(vla-object | ename | string)
specifies the dictionary to retrieve the LISP data
from |
Return |
value of key (if it exists in dictionary), or defaultValue (if specified) if the dictionary exists but key is missing |
Example |
(vlax-ldata-delete MyDicionary "Key_0" "?") returns the LISP data, or "?" if key is missing |
Remarks |
key string is case-insensitive; |
© Bricsys NV. All rights reserved. |