com.esri.arcgis.search
Interface IItemIndex2
- All Superinterfaces:
- IItemIndex, Serializable
- All Known Implementing Classes:
- GPItemIndex, ItemIndex
public interface IItemIndex2
- extends IItemIndex, Serializable
Provides access to update thumbnail in index.
updateThumbnail
void updateThumbnail(String catalogPath,
IThumbnailInfo thumbInfo)
throws IOException,
AutomationException
- Update thumbnail info in index.
- Parameters:
catalogPath
- The catalogPath (in)thumbInfo
- A reference to a com.esri.arcgis.geodatabase.IThumbnailInfo (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getItemsMissingThumbnails
IStringArray getItemsMissingThumbnails()
throws IOException,
AutomationException
- The CatalogPaths without thumbnail info.
- Returns:
- A reference to a com.esri.arcgis.system.IStringArray
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.