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


IRasterFunctionTemplate4.Thumbnail Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionTemplate4 Interface > IRasterFunctionTemplate4.Thumbnail Property
ArcGIS Developer Help

IRasterFunctionTemplate4.Thumbnail Property

The raster function template icon/thumbnail.

[Visual Basic .NET]
Public Property Thumbnail As Object
[C#]
public object Thumbnail {get; set;}
[C++]
HRESULT get_Thumbnail(
  Variant* pThumbnail
);
[C++]
HRESULT put_Thumbnail(
  VARIANT pThumbnail
);
[C++]
Parameters
pThumbnail [out, retval]

pThumbnail is a parameter of type VARIANT* pThumbnail [in]
pThumbnail is a parameter of type VARIANT

Product Availability

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

See Also

IRasterFunctionTemplate4 Interface