API Reference > OdDb Classes > OdDbSection Class > OdDbSection Methods > OdDbSection::height Method
OdDbSection::height Method
Syntax
C++
double height(OdDbSection::Height nHeightType) const;
Parameters 
Description 
OdDbSection::Height nHeightType 
[in] Height type to be calculated. 

Calculates desired height. 

 

HeighType can have the following values:

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