API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::setRemovable Method
OdDbBlockPropertiesTable::setRemovable Method
Syntax
C++
OdResult setRemovable(int column, bool val);
Parameters 
Description 
int column 
[in] Column index.  
bool val 
[in] Specify true to mark the column as removable, or false otherwise.  

Returns eOk if the index is valid, or eInvalidIndex otherwise.

Specifies whether the column is removable. 

 

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