API Reference > OdDb Classes > OdDbLinkedTableData Class > OdDbLinkedTableData Methods > getBlockAttributeValue Method > OdDbLinkedTableData::getBlockAttributeValue Method (OdInt32, OdInt32, OdUInt32, OdDbObjectId&)
OdDbLinkedTableData::getBlockAttributeValue Method (OdInt32, OdInt32, OdUInt32, OdDbObjectId&)
Syntax
C++
virtual OdString getBlockAttributeValue(OdInt32 nRow, OdInt32 nCol, OdUInt32 nContent, const OdDbObjectId& idAttDef) const;
Parameters 
Description 
OdInt32 nRow 
[in] Row index of the cell.  
OdInt32 nCol 
[in] Column index of the cell.  
OdUInt32 nContent 
[in] Number of content.  
const OdDbObjectId& idAttDef 
[in] Object id.  

Attribute value of the block cell.

Returns the attribute value of the block cell using the specified object ID key as an OdString value. 

 

Method generates the eInvalidInput exception when the input row number and column number are less than 0 or greater than the table size.

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