Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::setCustomData Method (OdInt32, OdInt32, OdInt32)
Syntax
C++
void setCustomData(OdInt32 row, OdInt32 col, OdInt32 nData);

Sets the custom data value of the cell, column or row. Use a valid row index and pass the column index '-1' to set the row data. Use a valid column index and pass the row index '-1' to set the column data. 

 

Parameters
Description
row
[in] Row index.
col
[in] Column index.
nData
[in] Custom data value.
Copyright © 2002-2022. Open Design Alliance All rights reserved.