Close

Relief for ODA Team in Ukraine

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

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

 

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

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

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