Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::getCustomData Method (OdInt32, OdInt32, const OdString)
Syntax
C++
OdValue getCustomData(OdInt32 row, OdInt32 col, const OdString sKey) const;

Returns the custom data value of the cell, column or row as an OdInt32 value. Use a valid row index and pass the column index '-1' to get the row data. Use a valid column index and pass the row index '-1' to get the column data. 

 

Parameters
Description
row
[in] Row index.
col
[in] Column index.
sKey
[in] Key to use for the custom data.

Custom data value of the cell.

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