This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISelection Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control a collection of selectable objects.
Manages clipboard type operations on a selection. To learn more read the help for IActiveView::Selection.
Description | ||
---|---|---|
CanClear | Indicates if the selection can be cleared. | |
CanCopy | Indicates if the selection can be copied. | |
CanCut | Indicates if the selection can be cut. | |
CanPaste | Indicates if paste is supported. | |
CanSelectAll | Indicates if there's something to select. | |
Clear | Clears all items in the selection. | |
Copy | Copy the selected items to the clipboard. | |
Cut | Cut the selected items to the clipboard. | |
Draw | Draw the selected items. | |
Paste | Paste clipboard contents. | |
SelectAll | Selects all items. |
CoClasses and Classes | Description |
---|---|
ElementSelection (esriArcMapUI) | Maintains the the graphic element selection. |
MapSelection | Maintains the map's feature selection. |
SimpleElementSelection | Simple selection object. Implements drawing and selecting but not clipboard support. |