Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::getSubSelection Method (OdInt32&, OdInt32&, OdInt32&, OdInt32&, OdInt32*)
Syntax
C++
virtual OdResult getSubSelection(OdInt32& rowMin, OdInt32& rowMax, OdInt32& colMin, OdInt32& colMax, OdInt32* subTable = NULL) const;

Returns the row and column indexes of the cells in the sub-selection set. 

 

Parameters
Description
rowMin
[out] Lower bound of row index.
rowMax
[out] Upper bound of row index.
colMin
[out] Lower bound of column index.
colMax
[out] Upper bound of column index.
subTable
[out] Number sub table in case breaking.

Returns eOk if successful, eSubSelectionSetEmpty if there are no sub-selection cells, or an appropriate error code if not.

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