Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbBlockPropertiesTable::sortRows Method
Syntax
C++
void sortRows(int column, bool ascending);

sort the rows (duh)

  • details Sorts the rows.

 

Parameters
Description
column
[in] Column index.
ascending
[in] Specify true to sort by ascending, or false to sort by descending.

Throws the eInvalidIndex exception if the from or to indcies are not valid.

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