Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSection::setHeight Method
Syntax
C++
OdResult setHeight(OdDbSection::Height nHeightType, double fHeight);

Sets value for the desired height. 

 

Parameters
Description
nHeightType
[in] Height type.
fHeight
[in] Height value.

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

HeighType can have the following values:

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