Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLinkedTableData::getDataLink Method (OdInt32, OdInt32, OdDb::OpenMode)
Syntax
C++
virtual OdDbDataLinkPtr getDataLink(OdInt32 nRow, OdInt32 nCol, OdDb::OpenMode mode) const;

Opens and returns 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.
mode
[in] Open mode.

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.