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


IOverviewItemURI.DatasetExists Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IOverviewItemURI.DatasetExists Property

Indicates whether the overview raster dataset exists in the storage location.

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

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

Product Availability

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

See Also

IOverviewItemURI Interface