Share

AcDbAttribute

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbEntity
                AcDbText
                    AcDbAttribute

C++

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

AcDbAttribute Constructor, AcDbAttribute Methods

See Also

AcDbObject, AcDbEntity, AcDbBlockReference, AcDbAttributeDefinition

Was this information helpful?