com.esri.arcgis.catalog
Interface ISearchResultsIdentifyObject

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISearchResultsIdentifyObjectProxy, SearchResultsIdentifyObj

public interface ISearchResultsIdentifyObject
extends java.io.Serializable

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

Description: 'Provides access to members that identify an object in the search results layer.' 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 IID6ecfbc99_b4ee_4471_a81d_bab3fea34e3a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void select()
          Selects a shortcut in the Catalog tree.
 void setExtentByRef(IEnvelope rhs1)
          Extent of a shortcut.
 void setShortcutByRef(IGxShortcut rhs1)
          Shortcut to identify.
 

Field Detail

IID6ecfbc99_b4ee_4471_a81d_bab3fea34e3a

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

setExtentByRef

void setExtentByRef(IEnvelope rhs1)
                    throws java.io.IOException,
                           AutomationException
Extent of a shortcut.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShortcutByRef

void setShortcutByRef(IGxShortcut rhs1)
                      throws java.io.IOException,
                             AutomationException
Shortcut to identify.

Parameters:
rhs1 - A reference to a com.esri.arcgis.catalog.IGxShortcut (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

select

void select()
            throws java.io.IOException,
                   AutomationException
Selects a shortcut in the Catalog tree.

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