Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
nIndex
[in] Index of the first column to delete.
nNumColsToDelete
[in] Number of columns to delete.

Method generates the eInvalidInput exception when the number of deleted columns is grater than the number of columns.

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