API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::setHeight Method
OdDbTable::setHeight Method
Syntax
C++
virtual void setHeight(double height);
Parameters 
Description 
double height 
[in] Overall height. 

Sets the overall height of this table entity. 

 

Row heights may be adjusted proportionally. 

Method generates the eInvalidInput exception when the height is negative.

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