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


IItemInfo.ThumbnailInfo Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IItemInfo.ThumbnailInfo Property

Thumbnail info of the item.

[Visual Basic .NET]
Public Property ThumbnailInfo As IThumbnailInfo
[C#]
public IThumbnailInfo ThumbnailInfo {get; set;}
[C++]
HRESULT get_ThumbnailInfo(
  IThumbnailInfo** ppThumbnailInfo
);
[C++]
HRESULT putref_ThumbnailInfo(
  IThumbnailInfo* ppThumbnailInfo
);
[C++]

Parameters ppThumbnailInfo [out, retval]
ppThumbnailInfo is a parameter of type IThumbnailInfo ppThumbnailInfo [in]
ppThumbnailInfo is a parameter of type IThumbnailInfo

Product Availability

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

See Also

IItemInfo Interface