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


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

IRasterFunctionInfo2.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

IRasterFunctionInfo2 Interface