Function Entry: ACET-TABLE-NAME-LIST

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

Function Entry: ACET-TABLE-NAME-LIST

Name

acet-table-name-list

Class

BricsCAD ExpressTools API Function

Syntax

(acet-table-name-list tblORlist)

Arguments and Values

Arguments are described in the vendor page; see Source Notes.

Description

Returns a list of table entry names; the table is specified by tblORlist; if tblORlist is a list, it must contain the table name as first item, optionally followed by integer values, used to filter for entries NOT having one of the values in their flag 70. Example : (acet-table-name-list (list "block" 1 4 8 16)) returns a list ob block names, which are : - not anonymous (1) - not external references (4) - not an xref overlay (8) - not depending on external resources / references (16)

Return Values

Vendor-defined; see Source Notes.

Availability

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

Source Notes