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


IBuilderItem2.HasThumbnail Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IBuilderItem2.HasThumbnail Property

Indicates whether the builder item has a valid thumbnail.

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

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

Product Availability

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

See Also

IBuilderItem2 Interface