acet-table-name-list


(acet-table-name-list  tblORlist)

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)


©  Bricsys NV. All rights reserved.