Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLinkedTableData::getField Method
Syntax
C++
virtual OdDbFieldPtr getField(OdInt32 nRow, OdInt32 nCol, OdUInt32 nContent, OdDb::OpenMode mode) const;

Returns the field of the specified content of a cell as an object pointer. 

 

Parameters
Description
nRow
[in] Row index of the cell.
nCol
[in] Column index of the cell.
nContent
[in] Number of content.
mode
[in] Open mode.

Cell content field as an object pointer.

Open mode must 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.