Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::deleteRows Method
Syntax
C++
virtual void deleteRows(OdUInt32 row, OdUInt32 numRows = 1);

Deletes the specified number of rows from this table entity. 

 

Parameters
Description
row
[in] Index of first row to delete.
numRows
[in] Number of rows to delete.

Method generates the eInvalidInput exception when the number of deleted rows is more than the number of rows.

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