Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::value Method (OdUInt32, OdUInt32)
Syntax
C++
OdValue value(OdUInt32 row, OdUInt32 col) const;

Returns the content value at the specified content index. 

 

Parameters
Description
row
[in] Row index. Should be more than or equal to 0 and less than the number of rows.
col
[in] Column index. Should be more than or equal to 0 and less than the number of columns.
Copyright © 2002-2022. Open Design Alliance All rights reserved.