vlax-ldata-list


(vlax-ldata-list dictionary [ private ] )

This function returns a list of all LISP data in dictionary.

Arguments

dictionary  (vla-object | ename | string)  specifies the dictionary to list the data from
private  (T/NIL)  if specified as non-NIL, and called from "Separate Namespace" code, the data marked as "private" are listed

Return

DottedPair list of form '((ley1 . value1) (key2 . value2) ...)

Example

(vlax-ldata-list MyDicionary)  returns ( ("Key_0" . "value_0") ("Key_1" . "value_1") ...)

Remarks

see (vlax-ldata-put) and (vlax-ldata-get) functions



©  Bricsys NV. All rights reserved.