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

Removes the column at the specified index. 

 

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

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