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


IItemIndex2.UpdateThumbnail Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IItemIndex2.UpdateThumbnail Method

Update thumbnail info in index.

[Visual Basic .NET]
Public Sub UpdateThumbnail ( _
    ByVal catalogPath As String, _
    ByVal pThumbInfo As IThumbnailInfo _
)
[C#]
public void UpdateThumbnail (
    string catalogPath,
    IThumbnailInfo pThumbInfo
);
[C++]
HRESULT UpdateThumbnail(
  BSTR catalogPath,
  IThumbnailInfo* pThumbInfo
);
[C++]
Parameters
catalogPath [in]

catalogPath is a parameter of type BSTR pThumbInfo [in]
pThumbInfo is a parameter of type IThumbnailInfo*

Product Availability

No record for Search in Libraries found

See Also

IItemIndex2 Interface