AcDbGroup::setSelectable
Collapse All
C++
Acad::ErrorStatus setSelectable(
bool selectable
);
Parameters
Parameters
Description
bool selectable
Input boolean to indicate the selectable state.
Description
If selectable == true, then the entire group is selected and manipulated as one unit. selectable == false allows users to manipulate individual entities within the group.