Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::setDataLink Method (const OdCellRange&, const OdDbObjectId&, bool)
Syntax
C++
void setDataLink(const OdCellRange& range, const OdDbObjectId& idDataLink, bool bUpdate);

Sets the data link (OdDbDataLink) for the specified cell range. 

 

Parameters
Description
range
[in] Cell range.
idDataLink
[in] Array of data link IDs.
bUpdate
[in] Flag that indicates whether or not the data link should be updated after setting.

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

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