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. 

 

 
Name 
Description 
 
 
 
Name 
Description 
 
 
 
Reads the .dwg file data of this object.
 
 
 
 
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). 
 
 
 
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).
 
 
 
 
 
 
Sets the tag string of this Attribute entity (DXF 2).  
 
bool isReallyLocked() const; 
 
overridables 
 
 
 
 
 
tag 
Returns the tag string of this Attribute entity (DXF 2). 
 
 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.