com.esri.arcgis.carto
Interface IInteractiveSearch

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadAnnotationLayer, CoverageAnnotationLayer, FDOGraphicsLayer

public interface IInteractiveSearch
extends Serializable

Provides access to visible features.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void visibleFeatures(IQueryFilter filter)
          Updates query to include only visible features.
 

Method Detail

visibleFeatures

void visibleFeatures(IQueryFilter filter)
                     throws IOException,
                            AutomationException
Updates query to include only visible features.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
filter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.