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


ITableCrawler2.HasThumbnail Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ITableCrawler2.HasThumbnail Property

Indicates whether the input mosaic dataset has thumbnail.

[Visual Basic .NET]
Public ReadOnly Property HasThumbnail As Boolean
[C#]
public bool HasThumbnail {get;}
[C++]
HRESULT get_HasThumbnail(
  VARIANT_BOOL* pbHasThumbnail
);
[C++]

Parameters pbHasThumbnail [out, retval] pbHasThumbnail is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITableCrawler2 Interface