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

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

Checks whether the specified column is editable. 

 

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

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