This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterThumbnailBuilder Interface > IRasterThumbnailBuilder.ThumbnailFormat Property (ArcObjects .NET 10.5 SDK) |
The format string defining the layout of the byte array used for encoding the thumbnail pixels.
[Visual Basic .NET] Public Property ThumbnailFormat As String
[C#] public string ThumbnailFormat {get; set;}
[C++]
HRESULT get_ThumbnailFormat(
BSTR* pThumbnailFormat
);
[C++]
HRESULT put_ThumbnailFormat(
BSTR pThumbnailFormat
);
[C++]
Parameters pThumbnailFormat [out, retval] pThumbnailFormat is a parameter of type BSTR pThumbnailFormat [in] pThumbnailFormat is a parameter of type BSTR