Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbBlockPropertiesTable::moveColumn Method
Syntax
C++
void moveColumn(int from, int to);

Moves the column from the original position to a new position. 

 

Parameters
Description
from
[in] Index from which to move the column.
to
[in] Index to which to move the column.

Throws the eInvalidIndex exception if the from or to index is not valid. If the from and to indices are equal, exits the function.

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