Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbBlockPropertiesTable::insertColumn Method
Syntax
C++
void insertColumn(const OdDbObjectId& param, const OdString& connection, int after);

Inserts a column after the specified index. 

 

Parameters
Description
param
[in] ID of the column.
connection
[in] Connection for the column.
after
[in] Index of the column after which to insert.

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

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