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


IItemIndex2.UpdateThumbnail Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

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

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IItemIndex2 Interface