codebase="hhctrl.ocx#Version=4,73,8561,0"> codebase="hhctrl.ocx#Version=4,73,8561,0" > codebase="hhctrl.ocx#Version=4,73,8561,0" >
 
  SelectionSets Collection

The collection of all selection sets in the drawing.

VBA class name:

AcadSelectionSets 

Create using:

N/A 

Access via:

Document.SelectionSets 

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.

Methods

Add

Item

Properties

Application

Count

 

   Comments?