API Reference > OdDb Classes > OdDbSection Class > OdDbSection Methods > OdDbSection::setHeight Method
OdDbSection::setHeight Method
Syntax
C++
OdResult setHeight(OdDbSection::Height nHeightType, double fHeight);
Parameters 
Description 
OdDbSection::Height nHeightType 
[in] Height type.  
double fHeight 
[in] Height value.  

eOk if the operation completed successfully, or an appropriate error code otherwise.

Sets value for the desired height. 

 

HeighType can have the following values:

kHeightAboveSectionLine = 0x1 
kHeightBelowSectionLine = 0x2 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.