Provides access to members that control a collection of selectable objects.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Manages clipboard type operations on a selection. To learn more read the help for IActiveView::Selection.
Members
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 that implement ISelection
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. |