Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::updateDataLink Method (OdDb::UpdateDirection, OdDb::UpdateOption)
Syntax
C++
void updateDataLink(OdDb::UpdateDirection nDir, OdDb::UpdateOption nOption);

Updates the data link in the table. 

 

Parameters
Description
nDir
[in] Direction of update.
nOption
[out] Update option.

Direction of update should take one of the following values: 

 

Name
Value
kUpdateDirectionSourceToData
0x1
kUpdateDirectionDataToSource
0x2

 

Update option should take one of the following values: 

 

Name
Value
kUpdateOptionNone
0
kUpdateOptionSkipFormat
0x20000
kUpdateOptionUpdateRowHeight
0x40000
kUpdateOptionUpdateColumnWidth
0x80000
kUpdateOptionAllowSourceUpdate
0x100000
kUpdateOptionForceFullSourceUpdate
0x200000
kUpdateOptionOverwriteContentModifiedAfterUpdate
0x400000
kUpdateOptionOverwriteFormatModifiedAfterUpdate
0x800000
kUpdateOptionForPreview
0x1000000
kUpdateOptionIncludeXrefs
0x2000000
kUpdateOptionSkipFormatAfterFirstUpdate
0x4000000
Copyright © 2002-2022. Open Design Alliance All rights reserved.