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


IRasterFunctionInfo3.ThumbnailEx Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  BSTR* 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