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

Group Class, Autodesk.AutoCAD.DatabaseServices Namespace