Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::getDataLink Method (OdInt32, OdInt32, OdDb::OpenMode)
Syntax
C++
OdDbDataLinkPtr getDataLink(OdInt32 row, OdInt32 col, OdDb::OpenMode mode) const;

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

 

Parameters
Description
row
[in] Row index of the cell.
col
[in] Column index of the cell.
mode
[in] Open mode.

Data link.

Open mode should take one of the following values: 

 

Name
Value
kNotOpen
-1
kForRead
0
kForWrite
1
kForNotify
2
Copyright © 2002-2022. Open Design Alliance All rights reserved.