Function Entry: VLE-SELECTIONSET->LIST
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-SELECTIONSET->LIST
Name
vle-selectionset->list
Class
BricsCAD VLE Library Function
Syntax
(vle-selectionset->list selectionset)
Arguments and Values
- selectionset
- the selection set to be returned as
- entity list
Description
creates a normal list of entities from given selection set 'selectionset'
Return Values
list of plain entity names, or NIL if selectionset is empty
Examples
(vle-selectionset->list ss) returns (<#Entity name> <#Entity name>)
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-selectionset->list (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vleselectionsetlist.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).