Description
This class is a collection of objects typically selected by the user.
Class Hierarchy
Autodesk.AutoCAD.EditorInput.SelectionSet
C#
public abstract class SelectionSet : ICollection, IDisposable;
Visual Basic
Public abstract Class SelectionSet Inherits ICollection Inherits IDisposable