Share

AcDbTable::setSubSelection

C++

Acad::ErrorStatus setSubSelection(
    const AcCellRange& range
);

Description

Sets the cell range to the subselection set.

Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.

Parameters

Parameters Description
range Input cell range.

Links

AcDbTable

Was this information helpful?