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


IRasterThumbnailBuilder.ThumbnailFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterThumbnailBuilder Interface > IRasterThumbnailBuilder.ThumbnailFormat Property
ArcGIS Developer Help

IRasterThumbnailBuilder.ThumbnailFormat Property

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(
  System.String* pThumbnailFormat
);
[C++]
Parameters
pThumbnailFormat [in]

pThumbnailFormat is a parameter of type BSTR pThumbnailFormat [out, retval]
pThumbnailFormat is a parameter of type BSTR*

Product Availability

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

See Also

IRasterThumbnailBuilder Interface