Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLinkedTableData::getCustomData Method (OdInt32, OdInt32)
Syntax
C++
virtual OdInt32 getCustomData(OdInt32 nRow, OdInt32 nCol) const;

Returns the custom data value of a 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
nRow
[in] Row index.
nCol
[in] Column index.

Custom data value.

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