API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > getDataLink Method > OdDbTable::getDataLink Method (OdCellRange&, OdDbObjectIdArray&)
OdDbTable::getDataLink Method (OdCellRange&, OdDbObjectIdArray&)
Syntax
C++
OdInt32 getDataLink(const OdCellRange& pRange, OdDbObjectIdArray& dataLinkIds) const;
Parameters 
Description 
const OdCellRange& pRange 
[in] Cell range.  
OdDbObjectIdArray& dataLinkIds 
[out] Array of data link IDs.  

Number of data links.

Returns the number of data links and gets the data links (OdDbDataLink) for the specified cell range. 

 

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