AcRxObject AcGiDrawable AcHeapOperators AcDbObject AcDbEntity AcDbText AcDbAttribute
class AcDbAttribute : public AcDbText;
dbents.h
The AcDbAttribute class represents the ATTRIB entity within AutoCAD. ATTRIB entities are associated with INSERT entities (AcDbBlockReference objects).
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.
AcDbAttribute Constructor, AcDbAttribute Methods
AcDbObject, AcDbEntity, AcDbBlockReference, AcDbAttributeDefinition