com.esri.arcgis.carto
Interface esriIdentifyOption

All Superinterfaces:
java.io.Serializable

public interface esriIdentifyOption
extends java.io.Serializable

Constants from esriIdentifyOption' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Identify Option.' 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 int esriIdentifyAllLayers
          All layers.
static int esriIdentifyTopmost
          Topmost layer.
static int esriIdentifyTopOneWithHTMLPopup
          Topmost layer with HTML popup.
static int esriIdentifyVisibleLayers
          Visible layers.
static int esriIdentifyVisibleWithHTMLPopup
          All visible layers with HTML popup.
 

Field Detail

esriIdentifyAllLayers

static final int esriIdentifyAllLayers
All layers.

See Also:
Constant Field Values

esriIdentifyVisibleLayers

static final int esriIdentifyVisibleLayers
Visible layers.

See Also:
Constant Field Values

esriIdentifyTopmost

static final int esriIdentifyTopmost
Topmost layer.

See Also:
Constant Field Values

esriIdentifyTopOneWithHTMLPopup

static final int esriIdentifyTopOneWithHTMLPopup
Topmost layer with HTML popup.

See Also:
Constant Field Values

esriIdentifyVisibleWithHTMLPopup

static final int esriIdentifyVisibleWithHTMLPopup
All visible layers with HTML popup.

See Also:
Constant Field Values