Function Entry: ACET-TJUST-KEYWORD

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

Function Entry: ACET-TJUST-KEYWORD

Name

acet-tjust-keyword

Class

BricsCAD ExpressTools API Function

Syntax

(acet-tjust-keyword entgetlist)

Arguments and Values

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

Description

Returns the text justification of the entity as one of the strings below; the entgetlist must be the entity definition list (as returned by (entget) function of a Text, MText, Attribute and derived entity - at least, the DXF group code 72 and 73 data must be contained. Possible justification strings are : START, CENTER, RIGHT, ALIGNED, MIDDLE, FIT BL, BC, BR ML, MC, MR TL, TC, TR If the entgetlist does not contain the 72 + 73 DXF group codes, or does not specify a valid entity, an empty string is returned.

Return Values

Vendor-defined; see Source Notes.

Availability

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

Source Notes