AcDbGroup::AcDbGroup

AcDbGroup();
Description

Default constructor. Initializes the group description string to NULL, isSelectable to true, and the entities list to empty. 

Before the AcDbGroup object can be added to a database, it must have its AcDbGroup::setDescription() method called to set a valid description string. 

 

Links