Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::setSize Method
Syntax
C++
void setSize(OdInt32 rows, OdInt32 cols);

Sets the size for this table entity. 

 

Parameters
Description
rows
[in] Number of rows.
cols
[in] Number of columns.

Method generates the eInvalidInput exception when the number of rows or columns is zero.

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