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