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


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

IRasterFunctionInfo3.ThumbnailEx Property

The raster function template base64 encoded thumbnail.

[Visual Basic .NET]
Public Property ThumbnailEx As String
[C#]
public string ThumbnailEx {get; set;}
[C++]
HRESULT get_ThumbnailEx(
  System.String* pBase64EncodedThumbnail
);
[C++]
HRESULT put_ThumbnailEx(
  BSTR pBase64EncodedThumbnail
);
[C++]
Parameters
pBase64EncodedThumbnail [out, retval]

pBase64EncodedThumbnail is a parameter of type BSTR* pBase64EncodedThumbnail [in]
pBase64EncodedThumbnail is a parameter of type BSTR

Product Availability

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

See Also

IRasterFunctionInfo3 Interface