This document is archived and information here might be outdated.  Recommended version.


IEditSelectionCache3 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditSelectionCache3 Interface
ArcGIS Developer Help

IEditSelectionCache3 Interface

Provides access to additional members that cache the selection for fast hit testing.

Product Availability

Available with ArcGIS Desktop.

When To Use

Use the EditSelectionCache object to quickly determine if the mouse is
over a selected feature, including annotation features.

Members

Name Description
Method HitTest Tests if the location is over the selection or not.
Method Initialize Initializes the cache using the editor's selection.

Classes that implement IEditSelectionCache3

Classes Description
EditSelectionCache Caches the selection for fast hit testing.