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


IItemInfo.ThumbnailInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.ThumbnailInfo Property
ArcGIS Developer Help

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