Share

getDataLink Method

Overload List

Method Description
AcDbTable::getDataLink (AcCellRange*, AcDbObjectIdArray&) This function gets the data links set in the specified range.
AcDbTable::getDataLink (int, int, AcDbDataLink*&, AcDb::OpenMode) This function gets the data link object if the specified cell is linked to a data source using a data link.This function may be called on any of the cells in a linked range.Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.
AcDbTable::getDataLink (int, int) This function gets the id of the data link if the specified cell is linked to a data source using a data link.This function may be called on any of the cells in a linked range.Returns the id of the data link. Returns null id if the cell is not linked using a data link.

Was this information helpful?