API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::removeRow Method
OdDbBlockPropertiesTable::removeRow Method
Syntax
C++
void removeRow(int row);
Parameters 
Description 
int row 
[in] Index of row. 

Removes the row at the specified index. 

 

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

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