This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerFile Interface > ILayerFile.Thumbnail Property (ArcObjects .NET 10.4 SDK) |
The thumbnail stored in the layer file. If this is empty E_FAIL is returned.
[Visual Basic .NET]
Public ReadOnly Property Thumbnail As stdole.IPicture
[C#]
public stdole.IPicture Thumbnail {get;}
[C++]
HRESULT get_Thumbnail(
IPicture** ppPicture
);
[C++]
Parameters ppPicture [out, retval]
ppPicture is a parameter of type IPicture