Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLinkedTableData::setDataLink Method (OdInt32, OdInt32, const OdDbObjectId&, bool)
Syntax
C++
virtual void setDataLink(OdInt32 nRow, OdInt32 nCol, const OdDbObjectId& idDataLink, bool bUpdate);

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

 

Parameters
Description
nRow
[in] Row index of the cell.
nCol
[in] Column index of the cell.
idDataLink
[in] Data lin object ID.
bUpdate
[in] Flag that indicates whether or not the data link should be updated after setting.

Method generates the eNotThatKindOfClass exception when idDataLink in not an OdDbDataLink object ID.

Copyright © 2002-2022. Open Design Alliance All rights reserved.