Overload List
| Method | Description |
|---|---|
AcDbTable::setDataLink (AcCellRange&, AcDbObjectId&, bool) | Sets the specified data link in a cell.If the specified cell is top-left cell of an existing linked range this will overwrite the current data link. If it is any other cell in a linked range the function will fail. This function does not automatically update the data; call updateDataLink() to update the data.Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status. |
AcDbTable::setDataLink (int, int, AcDbObjectId&, bool) | Sets the specified data link in a cell.If the specified cell is top-left cell of an existing linked range this will overwrite the current data link. If it is any other cell in a linked range the function will fail. This function does not automatically update the data; call updateDataLink() to update the data.Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status. |
