API Reference > OdDb Classes > OdDbLinkedTableData Class > OdDbLinkedTableData Methods > OdDbLinkedTableData::setSize Method
OdDbLinkedTableData::setSize Method
Syntax
C++
virtual void setSize(OdInt32 nRows, OdInt32 nCols);
Parameters 
Description 
OdInt32 nRows 
[in] Number of rows.  
OdInt32 nCols 
[in] Number of columns. 

Sets the size for this linked table object. 

 

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

Copyright © 2002–2020. Open Design Alliance. All rights reserved.