com.esri.arcgis.catalogUI
Interface IGxItemInfoHelper

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxItemInfoHelper

public interface IGxItemInfoHelper
extends Serializable

Provides access to helper functions for item info.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 com.esri.arcgis.search.IItemInfo getItemInfo(IGxObject pGxObject)
          Item info of the selected object.
 void updateItemInfo(IGxObject pObject, com.esri.arcgis.search.IItemInfo[] pItemInfo)
          Update the item info of the specified object.
 

Method Detail

getItemInfo

com.esri.arcgis.search.IItemInfo getItemInfo(IGxObject pGxObject)
                                             throws IOException,
                                                    AutomationException
Item info of the selected object.

Product Availability

Available with ArcGIS Desktop.

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

updateItemInfo

void updateItemInfo(IGxObject pObject,
                    com.esri.arcgis.search.IItemInfo[] pItemInfo)
                    throws IOException,
                           AutomationException
Update the item info of the specified object.

Product Availability

Available with ArcGIS Desktop.

Parameters:
pObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
pItemInfo - A reference to a com.esri.arcgis.search.IItemInfo (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.