Function Entry: VLE-TABLE-LIST-ALL

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VLE-TABLE-LIST-ALL

Name

vle-table-list-all

Class

BricsCAD VLE Library Function

Syntax

(vle-table-list-all tablename asNames)

Arguments and Values

  • tablename table name (string) to be scanned
  • asNames specifies whether item names are listed or the
  • entity names of items; 'T' specifies item names

Description

scans the specified table and returns a list of all entries, including anonymous entries.

Return Values

list of table entries, as list of strings or entity names

Examples

(vle-table-list-all "BLOCK"
T)  returns ("*Model_Space" "*Paper_Space" ...)

Notes

supported tables :

BLOCK LAYER LTYPE VIEW STYLE UCS APPID DIMSTYLE VPORT

see function (vle-table-list-all-all)

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes