This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IEnumElement Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the Element enumerator object.
Description | ||
---|---|---|
Next | Returns the next element in the enumeration. | |
Reset | Start the enumeration at the beginning. |
CoClasses and 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