API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::insertColumn Method
OdDbBlockPropertiesTable::insertColumn Method
Syntax
C++
void insertColumn(const OdDbObjectId& param, const OdString& connection, int after);
Parameters 
Description 
const OdDbObjectId& param 
[in] ID of the column.  
const OdString& connection 
[in] Connection for the column.  
int after 
[in] Index of the column after which to insert. 

Inserts a column after the specified index. 

 

Throws the eInvalidIndex exception if the specified index is not valid.

Copyright © 2002–2021. Open Design Alliance. All rights reserved.