Function Entry: VLAX-LDATA-LIST
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLAX-LDATA-LIST
Name
vlax-ldata-list
Class
Visual LISP persistent-data enumerator
Syntax
(vlax-ldata-list dictionary [private])
Arguments and Values
dictionary— dictionary or object designator supporting ldata.private— privacy selector in Autodesk's ldata protocol.
Autodesk documents:
dictionaryas either a VLA-object or a string naming a global dictionaryprivateas T or nil
Description
Lists ldata entries associated with a dictionary or object.
Return Values
Returns an association list of (key . value) pairs.
Exceptional Situations
Signals an AutoLISP-visible error if ldata enumeration is not supported for the target.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [vlax-ldata-list (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2024/ENU/AutoCAD-AutoLISP-Reference/files/GUID-A124867A-FBB8-4B36-9BB0-B50D971C91A1.htm)
Compatibility
Available on Windows only; not available on macOS or Web.