This document is archived and information here might be outdated. Recommended version. |
Gets the thumbnail image of a given raster catalog item.
[Visual Basic .NET] Public Function GetThumbnail ( _ ByVal RID As Integer _ ) As IImageResult
[C#] public IImageResult GetThumbnail ( int RID );
[C++]
HRESULT GetThumbnail(
long RID
);
[C++] Parameters RID [in]
RID is a parameter of type long
If the catalog of the image service has a Thumbnail field containing precomputed thumbnail images, a precomputed thumbnail will be returned. Otherwise, a thumbnail image will be generated from the full size image.