com.esri.arcgis.cartoUI
Interface IIdentifyDialogProps

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IdentifyDialog, IIdentifyDialogPropsProxy

public interface IIdentifyDialogProps
extends java.io.Serializable

COM Interface 'IIdentifyDialogProps'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description: 'Provides access to members that control Identify dialog properties.' 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 IID2442004f_03fe_11d4_9fe9_00c04f6bc78e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 short getFlashEffect()
          The flash effect.
 IEnumLayer getLayers()
          The layers eligible for searching.
 boolean isTopmostOnly()
          Indicates if the search stops once a result has been found.
 void setFlashEffect(short effect)
          The flash effect.
 

Field Detail

IID2442004f_03fe_11d4_9fe9_00c04f6bc78e

static final int IID2442004f_03fe_11d4_9fe9_00c04f6bc78e
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

getLayers

IEnumLayer getLayers()
                     throws java.io.IOException,
                            AutomationException
The layers eligible for searching.

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

isTopmostOnly

boolean isTopmostOnly()
                      throws java.io.IOException,
                             AutomationException
Indicates if the search stops once a result has been found.

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

getFlashEffect

short getFlashEffect()
                     throws java.io.IOException,
                            AutomationException
The flash effect.

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

setFlashEffect

void setFlashEffect(short effect)
                    throws java.io.IOException,
                           AutomationException
The flash effect.

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