com.esri.arcgis.catalog
Interface ISearchResultsIdentifyObject

All Superinterfaces:
Serializable
All Known Implementing Classes:
SearchResultsIdentifyObj

public interface ISearchResultsIdentifyObject
extends Serializable

Provides access to members that identify an object in the search results layer.

Product Availability

Available with ArcGIS Desktop.


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.
 

Method Detail

setExtentByRef

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

Product Availability

Available with ArcGIS Desktop.

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

setShortcutByRef

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

Product Availability

Available with ArcGIS Desktop.

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

select

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

Product Availability

Available with ArcGIS Desktop.

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