Close

Relief for ODA Team in Ukraine

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

Move table record from the table to the end position of the table. 

 

Parameters
Description
idTableRecord
[in] element id of the table record to move.
bSkipDeleted
[in] skip erased elements.

eOk if table record was moved to the end 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.