Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::setBlockAttributeValue Method (OdUInt32, OdUInt32, const OdDbObjectId&, const OdString&)
Syntax
C++
virtual void setBlockAttributeValue(OdUInt32 row, OdUInt32 column, const OdDbObjectId& attdefId, const OdString& attValue);

Sets the attribute value for the specified Object ID OdDb::key for the specified cell in this table entity. 

 

Parameters
Description
row
[in] Row index of the cell.
column
[in] Column index of the cell.
attdefId
[in] Object ID of the OdDbAttributeDefinition.
attValue
[out] Sets the attribute value.

Method generates the eInvalidInput exception when the row argument is more than the number of rows, the column argument is more than the number of columns, or the cell type is not OdDb::kBlockCell.

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