API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > setTextHeight Method > OdDbTable::setTextHeight Method (OdUInt32, OdUInt32, double)
OdDbTable::setTextHeight Method (OdUInt32, OdUInt32, double)
Syntax
C++
virtual void setTextHeight(OdUInt32 row, OdUInt32 column, double height);
Parameters 
Description 
OdUInt32 row 
[in] Row index of the cell.  
OdUInt32 column 
[in] Column index of the cell.  
double height 
[in] Text height.
Method generates the eInvalidInput exception when the row argument is more than the number of rows, the column argument is more than the number of columns, or the cell type is not OdDb::kTextCell. 

Sets the text height for the specified cell in this table entity (DXF 140). 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.