API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::removable Method
OdDbBlockPropertiesTable::removable Method
Syntax
C++
bool removable(int column) const;
Parameters 
Description 
int column 
[in] Column index.  

The true value if the specified column is removable, or false otherwise.

Checks whether the specified column is removable. 

 

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

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