Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgTable::moveToIndex Method
Syntax
C++
virtual OdResult moveToIndex(OdUInt32 uIndex, OdDgElementId& idTableRecord, bool bSkipDeleted = true);

Move table record from the table to the position with defined index of the table. 

 

Parameters
Description
uIndex
[in] number from the start position into the table.
idTableRecord
[in] element id of the table record to move.
bSkipDeleted
[in] skip erased elements.

eOk if table record was moved to the index position of the table.

The table record must be from the table. The function is only change position of the table record and doesn't add it to the table.

Copyright © 2002-2022. Open Design Alliance All rights reserved.