This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.ThumbnailInfo Property (ArcObjects .NET 10.4 SDK) |
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