com.esri.arcgis.catalogUI
Interface IFindDialogSettings

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FileSystemQuery, IFindDialogSettingsProxy

public interface IFindDialogSettings
extends java.io.Serializable

COM Interface 'IFindDialogSettings'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that control how the query appears in the Search dialog box.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID52e909ba_552e_4ae2_87e7_9ed84c703d1e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getBackgroundMap()
          Full name of the dataset to be used as the background map in the Geography tab.
 void setBackgroundMap(java.lang.String pBackgroundMap)
          Full name of the dataset to be used as the background map in the Geography tab.
 

Field Detail

IID52e909ba_552e_4ae2_87e7_9ed84c703d1e

static final int IID52e909ba_552e_4ae2_87e7_9ed84c703d1e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getBackgroundMap

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

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

setBackgroundMap

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

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