Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::deleteColumns Method
Syntax
C++
virtual void deleteColumns(OdUInt32 column, OdUInt32 numColumns = 1);

Deletes the specified number of columns from this table entity. 

 

Parameters
Description
column
[in] Index of first column to delete.
numColumns
[in] Number of columns to delete.

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

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