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

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

Specifies whether the column is editable. 

 

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