This document is archived and information here might be outdated.  Recommended version.


IGxItemIndexer.UpdateThumbnailInIndex Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxItemIndexer Interface > IGxItemIndexer.UpdateThumbnailInIndex Method
ArcGIS Developer Help

IGxItemIndexer.UpdateThumbnailInIndex Method

Update current object's thumbnail in index.

[Visual Basic .NET]
Public Sub UpdateThumbnailInIndex ( _
    ByVal pObject As IGxObject _
)
[C#]
public void UpdateThumbnailInIndex (
    IGxObject pObject
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxItemIndexer Interface