API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > setRowHeight Method > OdDbTable::setRowHeight Method (OdUInt32, double)
OdDbTable::setRowHeight Method (OdUInt32, double)
Syntax
C++
virtual void setRowHeight(OdUInt32 row, double height);
Parameters 
Description 
OdUInt32 row 
[in] Row index.  
double height 
[in] Row height. 

Sets the height of the specified row in this table entity (DXF 141). 

 

Method generates the eInvalidInput exception when the row height is negative.

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