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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.