Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::setBackgroundColorNone Method
Syntax
C++
virtual void setBackgroundColorNone(OdUInt32 row, OdUInt32 column, bool disable);

Controls the background color setting for the specified cell in this table entity (DXF 283). 

 

Parameters
Description
row
[in] Row index of the cell.
column
[in] Column index of the cell.
disable
[in] Disables the background color if true, enables if false.
Method generates the eInvalidInput exception when the row type mask is more than 7, the row argument is more than the number of rows, or the column argument is more than the number of columns.
Copyright © 2002-2022. Open Design Alliance All rights reserved.