API Reference > OdDb Classes > OdDbDimStyleTableRecord Class
OdDbDimStyleTableRecord Class
OdDbDimStyleTableRecordOdDbDimStyleTableRecordOdDbDimStyleTableRecord
Syntax
C++
class OdDbDimStyleTableRecord : public OdDbSymbolTableRecord;

DbDimStyleTableRecord.h

This class represents Dimension Style records in the OdDbDimStyleTable in an OdDbDatabase instance. 

 

 
Name 
Description 
 
 
 
Name 
Description 
 
Returns the Object ID of the arrowhead block for the specified arrowhead type.
 
 
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 arc symbol type for this Dimension Style. 
 
Returns the background text color and flags for this Dimension Style. The background text flags value specifies the background fill of dimension text.
 
 
 
 
Returns the Object ID of the first extension line linetype for this Dimension Style. 
 
Returns the Object ID of the second extension line linetype for this Dimension Style. 
 
Returns the Object ID of the dimension line linetype for this Dimension Style. 
 
 
 
Returns the extension line fixed length for this Dimension Style. 
 
Returns the extension line fixed length enable flag for this Dimension Style. 
 
Returns the jog angle for this Dimension Style. 
 
Returns true if and only if this Dimension Style has been modified for recompute. 
 
 
 
Sets the arc symbol type for this Dimension Style.  
 
Sets the background text color and flags for this Dimension Style. The background text flags value specifies the background fill of dimension text.
 
 
 
 
 
 
 
 
 
 
Sets the Object ID of the first extension line linetype for this Dimension Style.
 
 
Sets the Object ID of the second extension line linetype for this Dimension entity.
 
 
 
 
Sets the Object ID of the dimension line linetype for this Dimension Style.
 
 
 
 
Sets the extension line fixed length for this Dimension Style.  
 
Controls the extension line fixed length enable flag for this Dimension Style.  
 
Sets the jog angle for this Dimension Style.  
 
 
 
OdString dimpost() const; OdString dimapost() const; OdString dimblk() const; OdString dimblk1() const; OdString dimblk2() const;
int dimfit() const; int dimunit() const;
void setDimfit(int fit); void setDimunit(int unit); 
 
overridables 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.