ArcObjects Library Reference (GeoDatabase)  

IItemInfoImpl.SaveThumbnailToFile Method

Save the thumbmail to a file.

[Visual Basic .NET]
Public Sub SaveThumbnailToFile ( _
    ByVal thumbnailFilePath As String _
)
[C#]
public void SaveThumbnailToFile (
    string thumbnailFilePath
);
[C++]
HRESULT SaveThumbnailToFile(
  BSTR thumbnailFilePath
);
[C++]

Parameters

thumbnailFilePath [in]   thumbnailFilePath is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IItemInfoImpl Interface