Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLinkedTableData::deleteRow Method
Syntax
C++
virtual void deleteRow(OdInt32 nIndex, OdInt32 nNumRowsToDelete);

Deletes the specified number of rows from this linked table object. 

 

Parameters
Description
nIndex
[in] Index of the first row to delete.
nNumRowsToDelete
[in] Number of rows to delete.

Method generates the eInvalidInput exception when the number of rows to delete is grater than the number of rows in this linked table object.

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