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


IGPItemIndexer.UpdateThumbnailInIndex Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IGPItemIndexer.UpdateThumbnailInIndex Method

Update Thumbnail of a ItemInfo by passing in a catalogpath.

[Visual Basic .NET]
Public Sub UpdateThumbnailInIndex ( _
    ByVal Path As String _
)
[C#]
public void UpdateThumbnailInIndex (
    string Path
);
[C++]
HRESULT UpdateThumbnailInIndex(
  BSTR Path
);
[C++]
Parameters
Path [in]

Path is a parameter of type BSTR

Product Availability

No record for Search in Libraries found

See Also

IGPItemIndexer Interface