API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > getDataLink Method > OdDbTable::getDataLink Method (OdInt32, OdInt32)
OdDbTable::getDataLink Method (OdInt32, OdInt32)
Syntax
C++
OdDbObjectId getDataLink(OdInt32 row, OdInt32 col) const;
Parameters 
Description 
OdInt32 row 
[in] Row index of the cell.  
OdInt32 col 
[in] Column index of the cell. 

Data link object ID.

Returns the data link (OdDbDataLink) for the specified row and column. 

 

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