This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the Element enumerator object.
Name | Description | |
---|---|---|
Next | Returns the next element in the enumeration. | |
Reset | Start the enumeration at the beginning. |
Classes | Description |
---|---|
ElementSelection (esriArcMapUI) | Maintains the the graphic element selection. |
SimpleElementSelection | Simple selection object. Implements drawing and selecting but not clipboard support. |
This interface provides access to an enumeration of elements.
For instance, IGraphicsContainerSelect::SelectedElements returns an IEnumElement containing all of the selected elements of the Graphics Container.
An IEnumElement reference to a selection of elements is also available from IViewManager::ElementSelection and IActiveView::Selection (the ISelection returned can be casted into an IEnumelement).
IActiveView.Selection Property | IEnumElement Interface | IGraphicsContainerSelect Interface