Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
range
[in] Cell range.
idDataLink
[in] Data link 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.