Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbBlockPropertiesTable::setRemovable Method
Syntax
C++
OdResult setRemovable(int column, bool val);

Specifies whether the column is removable. 

 

Parameters
Description
column
[in] Column index.
val
[in] Specify true to mark the column as removable, or false otherwise.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.