API Reference > OdDb Classes > OdDbLinkedTableData Class > OdDbLinkedTableData Methods > OdDbLinkedTableData::appendRow Method
OdDbLinkedTableData::appendRow Method
Syntax
C++
virtual OdInt32 appendRow(OdInt32 nNumRows);
Parameters 
Description 
OdInt32 nNumRows 
[in] Number of rows to add.  

Starting index of the appended rows.

Appends the specified number of rows into this linked table object. 

 

Method generates the eInvalidInput exception when the nNumRows argument is zero or negative.

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