com.esri.arcgis.search
Interface IGPItemThumbnailIndexer

All Superinterfaces:
Serializable

public interface IGPItemThumbnailIndexer
extends Serializable

Provides to members for adding thumbnails to index.


Method Summary
 void generateThumbnails()
          Generate thumbnails in Index
 int getPercent()
          Percent of updated thumbnails.
 

Method Detail

generateThumbnails

void generateThumbnails()
                        throws IOException,
                               AutomationException
Generate thumbnails in Index

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

getPercent

int getPercent()
               throws IOException,
                      AutomationException
Percent of updated thumbnails.

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