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


IRasterThumbnailBuilder.BuildThumbnail Method (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.BuildThumbnail Method
ArcGIS Developer Help

IRasterThumbnailBuilder.BuildThumbnail Method

Renders and returns a thumbnail (as an of bytes in the requested format) associated with the specified item URI and the corresponding raster.

[Visual Basic .NET]
Public Function BuildThumbnail ( _
    ByVal pItemURI As IItemURI, _
    ByVal pRaster As IRaster _
) As Byte[]
[C#]
public Byte[] BuildThumbnail (
    IItemURI pItemURI,
    IRaster pRaster
);
[C++]
HRESULT BuildThumbnail(
  IItemURI* pItemURI,
  IRaster* pRaster
);
[C++]
Parameters
pItemURI [in]

pItemURI is a parameter of type IItemURI* pRaster [in]
pRaster is a parameter of type IRaster*

Product Availability

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

See Also

IRasterThumbnailBuilder Interface