Autodesk.AutoCAD.DatabaseServices Namespace > Group Class > Group Constructor > Group() Constructor
Group.Group() Constructor
Description

 

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

Before the Group object can be added to a database, it must have its Description property called to set a valid description string.

Visual Basic
Public Sub New()
C#
public Group();
Links
   Comments?