This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterFunctionInfo3 Interface > IRasterFunctionInfo3.ThumbnailEx Property (ArcObjects .NET 10.4 SDK) |
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