com.esri.arcgis.catalogUI
Interface IFindDialogSettings

All Superinterfaces:
Serializable
All Known Implementing Classes:
FileSystemQuery

public interface IFindDialogSettings
extends Serializable

Provides access to members that control how the query appears in the Search dialog box.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getBackgroundMap()
          Full name of the dataset to be used as the background map in the Geography tab.
 void setBackgroundMap(String pBackgroundMap)
          Full name of the dataset to be used as the background map in the Geography tab.
 

Method Detail

getBackgroundMap

String getBackgroundMap()
                        throws IOException,
                               AutomationException
Full name of the dataset to be used as the background map in the Geography tab.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setBackgroundMap

void setBackgroundMap(String pBackgroundMap)
                      throws IOException,
                             AutomationException
Full name of the dataset to be used as the background map in the Geography tab.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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