API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::insertRow Method
OdDbBlockPropertiesTable::insertRow Method
Syntax
C++
void insertRow(int after);
Parameters 
Description 
int after 
[in] Index of the row after which to insert. 

Inserts a row after the specified index. 

 

Throws the eInvalidIndex exception if the specified index is not valid.

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