SelectionSets Collection (ActiveX)

The collection of all selection sets in the drawing.

Supported Platforms: Windows only

Class Information

Class Name

AcadSelectionSets

Object Inheritance
Object
   AcadSelectionSets
Create Using

VBA

Not applicable
Access Via

VBA

Document.SelectionSets

Members

These members are part of this object:

Methods

Properties

Events

Add

Item

Application

Count

None

Remarks

To add a new member to the collection, use the Add method. To select a specific selection set, use the Item method. To delete a specific selection set, use the Delete method found in the SelectionSet object. You can create up to 128 selection sets in your drawing.

There can be only one instance of the SelectionSets collection. The SelectionSets collection is predefined for each drawing. You can make multiple references to it by using the SelectionSets property. Once done with an object, the reference is automatically released.