Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLinkedTableData::setSize Method
Syntax
C++
virtual void setSize(OdInt32 nRows, OdInt32 nCols);

Sets the size for this linked table object. 

 

Parameters
Description
nRows
[in] Number of rows.
nCols
[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.