com.esri.arcgis.catalog
Interface ISearchResults

All Superinterfaces:
Serializable
All Known Implementing Classes:
SearchResults

public interface ISearchResults
extends Serializable

Provides access to members that manage the search result.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IQuery getQuery()
          Query defining the search parameters.
 void setQueryByRef(IQuery ppQuery)
          Query defining the search parameters.
 

Method Detail

setQueryByRef

void setQueryByRef(IQuery ppQuery)
                   throws IOException,
                          AutomationException
Query defining the search parameters.

Product Availability

Available with ArcGIS Desktop.

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

getQuery

IQuery getQuery()
                throws IOException,
                       AutomationException
Query defining the search parameters.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.catalog.IQuery
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.