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.BuildThumbnail Method (ArcObjects .NET 10.5 SDK) |
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,
ppThumbnailBytes* ppThumbnailBytes
);
[C++]
Parameters pItemURI [in]
pItemURI is a parameter of type IItemURI pRaster [in]
pRaster is a parameter of type IRaster ppThumbnailBytes [out, retval] ppThumbnailBytes is a parameter of type