Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::setSubSelection Method (OdInt32, OdInt32, OdInt32, OdInt32, OdInt32)
Syntax
C++
virtual OdResult setSubSelection(OdInt32 rowMin, OdInt32 rowMax, OdInt32 colMin, OdInt32 colMax, OdInt32 subTable = 0);

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

 

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

Returns eOk if successful or eInvalidInput if the input indexes are out of range.

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