Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbBlockPropertiesTable::getCellValue Method
Syntax
C++
OdResult getCellValue(int column, int row, OdResBufPtr & rb) const;

Returns the value of the specified cell. 

 

Parameters
Description
column
[in] Column index.
row
[in] Row index.
rb
[out] Receives a copy of the cell value.

Returns eOk if the indices are valid, or eInvalidIndex otherwise.

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