Function Entry: ACET-INSERT-ATTRIB-GET

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

Function Entry: ACET-INSERT-ATTRIB-GET

Name

acet-insert-attrib-get

Class

BricsCAD ExpressTools API Function

Syntax

(acet-insert-attrib-get inplist)

Arguments and Values

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

Description

Returns a list of attributes (tags and/or values) for the block reference as specified by inplist : a) if inplist is an entity name pairs b) if inplist is a list of (ename mode), the mode argument defines the structure of returned list : mode = 1 returns a list of (tag value) pairs mode = 2 returns a list of tags only mode = 3 returns a list of values only mode = 4 returns a list of (tag ename) pairs, where ename is the entity name of the attribute

Return Values

Vendor-defined; see Source Notes.

Availability

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

Source Notes