Share

AcDbTable::reselectSubRegion

C++

virtual bool reselectSubRegion(
    AcDbFullSubentPathArray& paths
) const;

Description

This function returns the subentities of the current subselection cells. The paths may be empty if there are no subselection cells.

Returns true if successful. Otherwise, returns false.

Parameters

Parameters Description
paths Output array of AcDbFullSubentPath

Links

AcDbTable

Was this information helpful?