API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > getBlockAttributeValue Method > OdDbTable::getBlockAttributeValue Method (OdUInt32, OdUInt32, OdDbObjectId&, OdString&)
OdDbTable::getBlockAttributeValue Method (OdUInt32, OdUInt32, OdDbObjectId&, OdString&)
Syntax
C++
virtual void getBlockAttributeValue(OdUInt32 row, OdUInt32 column, const OdDbObjectId& attdefId, OdString& attValue) const;
Parameters 
Description 
OdUInt32 row 
[in] Row index of the cell.  
OdUInt32 column 
[in] Column index of the cell.  
const OdDbObjectId& attdefId 
[in] Object ID of the OdDbAttributeDefinition.  
OdString& attValue 
[out] Receives the attribute value. 

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

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.