com.esri.arcgis.catalog
Interface ISearchResultsLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
SearchResultsLayer

public interface ISearchResultsLayer
extends Serializable

Provides access to members that control the search results layer.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getPath()
          Full path to the search results layer file.
 void setPath(String path)
          Full path to the search results layer file.
 

Method Detail

setPath

void setPath(String path)
             throws IOException,
                    AutomationException
Full path to the search results layer file.

Product Availability

Available with ArcGIS Desktop.

Parameters:
path - The path (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPath

String getPath()
               throws IOException,
                      AutomationException
Full path to the search results layer file.

Product Availability

Available with ArcGIS Desktop.

Returns:
The path
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.