Provides access to members that control the Element enumerator object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Next | Returns the next element in the enumeration. | |
Reset | Start the enumeration at the beginning. |
CoClasses that implement IEnumElement
CoClasses and Classes | Description |
---|---|
ElementSelection (esriArcMapUI) | Maintains the the graphic element selection. |
SimpleElementSelection | Simple selection object. Implements drawing and selecting but not clipboard support. |
Remarks
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).
See Also
IGraphicsContainerSelect Interface | IActiveView.Selection Property | IEnumElement Interface