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:

  • dictionary as either a VLA-object or a string naming a global dictionary
  • private as 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.

Compatibility

Available on Windows only; not available on macOS or Web.