Function Entry: VLE-COLLECTION->LIST
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-COLLECTION->LIST
Name
vle-collection->list
Class
BricsCAD VLE Library Function
Syntax
(vle-collection->list collection)
Arguments and Values
- collection
- the COM collection object to get the
- items as normal list from
Description
creates a normal list of items from given COM collection collection
Return Values
list of items, or NIL if collection is empty
Examples
(vle-collection->list (vla-get-layers (vlax-get-acad-object))) returns (#<VLA-OBJECT IAcadLayer> #<VLA-OBJECT IAcadLayer> ...)
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-collection->list (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vlecollectionlist.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).