AcDbAttribute

class AcDbAttribute : public AcDbText;
File

dbents.h

Description

The AcDbAttribute class represents the ATTRIB entity within AutoCAD. ATTRIB entities are associated with INSERT entities (AcDbBlockReference objects).

Remarks

To set all the non-AcDbAttribute-specific properties such as position, text string, text height, text rotation, and others, for the attribute, use the methods inherited from AcDbText.

Links
See Also

AcDbObject, AcDbEntity, AcDbBlockReference, AcDbAttributeDefinition