API Reference > OdDb Classes > OdDbAttribute Class
OdDbAttribute Class
OdDbAttributeOdDbAttributeOdDbAttributeOdDbAttribute
Syntax
C++
class OdDbAttribute : public OdDbText;

DbAttribute.h

This class represents Attribute entities in an OdDbDatabase instance.

TD_Db 

 

 
Name 
Description 
 
This is OdDbAttribute, a member of class OdDbAttribute. 
 
Name 
Description 
 
This is convertIntoMTextAttribute, a member of class OdDbAttribute. 
 
Reads the .dwg file data of this object.
 
 
This is DWGMAP_DECLARE_MEMBERS, a member of class OdDbAttribute. 
 
Writes the .dwg file data of this object.
 
 
Reads the DXF data of this object.
 
 
Reads the DXF R12 format data of this object.
 
 
Writes the DXF data of this object.
 
 
Writes the DXF data of this object.
 
 
Returns the field length of this Attribute entity (DXF 73). 
 
This is getMTextAttribute, a member of class OdDbAttribute. 
 
Returns true if and only if this Attribute entity is constant (DXF 70, bit 0x02). 
 
Returns true if and only if this Attribute entity is invisible (DXF 70, bit 0x01). 
 
multiline attribute support 
 
Returns true if and only if this Attribute entity is preset (DXF 70, bit 0x08). 
 
Returns true if and only if this Attribute entity is verifiable (DXF 70, bit 0x04). 
 
Returns true if and only if the position of this Attribute entity is fixed relative to the block geometry. 
 
This is the overview for the setAttributeFromBlock method overload. 
 
Sets the field length of this Attribute entity (DXF 73).  
 
Controls the invisibility of this Attribute entity (DXF 70, bit 0x01).
 
 
This is setLockPositionInBlock, a member of class OdDbAttribute. 
 
This is setMTextAttribute, a member of class OdDbAttribute. 
 
Sets the tag string of this Attribute entity (DXF 2).  
 
bool isReallyLocked() const; 
 
overridables 
 
This is subViewportDraw, a member of class OdDbAttribute. 
 
This is subWorldDraw, a member of class OdDbAttribute. 
 
tag 
Returns the tag string of this Attribute entity (DXF 2). 
 
This is updateMTextAttribute, a member of class OdDbAttribute. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.