Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdTableCreator::getParticularRowHeight Method
Syntax
C++
bool getParticularRowHeight(const OdUInt32 row, OdUInt32& row_height) const;

Returns the current height for a particular table row.

Parameters
Description
row
[in] A row index (from 0 to row count -1).
row_height
[out] A placeholder for the row height value.

Returns the height of the specified row.

The method accepts a passed value, fills it and returns it to a calling subroutine.

Copyright © 2002-2022. Open Design Alliance All rights reserved.