Share

AcDbTable::getSubSelection

C++

virtual Acad::ErrorStatus getSubSelection(
    int& rowMin, 
    int& rowMax, 
    int& colMin, 
    int& colMax
) const;

Description

This function gets the row and column indexes of the cells in the sub-selection set.

Returns Acad::eOk if successful. Returns Acad::eSubSelectionSetEmpty if there are no sub-selection cells.

Parameters

Parameters Description
rowMin Output zero-based lower bound of row index
rowMax Output zero-based upper bound of row index
colMin Output zero-based lower bound of column index
colMax Output zero-based upper bound of column index

Links

AcDbTable

Was this information helpful?