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


IOverviewItemURI.DatasetExists Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IOverviewItemURI Interface > IOverviewItemURI.DatasetExists Property
ArcGIS Developer Help

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(
  Boolean* pbDatasetExists
);
[C++]
Parameters
pbDatasetExists [out, retval]

pbDatasetExists is a parameter of type bool*

Product Availability

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

See Also

IOverviewItemURI Interface