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