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


IOverviewItemURI Interface (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
ArcGIS Developer Help

IOverviewItemURI Interface

Provides access to members that control an overview item URI.

Product Availability

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

Members

Name Description
Read-only property DatasetExists Indicates whether the overview raster dataset exists in the storage location.
Method DeleteDataset Deletes the overview raster dataset.
Read-only property IsManagedDataset Indicates whether the mosaic dataset manages the lifetime of the overview raster dataset. Raster datasets associated with managed overview items are moved, copied, and deleted along with the parent mosaic dataset.
Read/write property ItemName Name of the overview item.
Read/write property NativeExtent The original extent of the overview item URI.
Read/write property RasterInfo The RasterInfo object describing a dummy overview tile.
Read/write property StorageName Name of the storage location for the overview raster dataset.
Read/write property TileColOffset The column offset of the overview tile in the grid.
Read/write property TileRowOffset The row offset of the overview tile in the grid.
Method UpdateDataset Regenerates and returns the overview raster dataset using a raster object and storage definition.

Classes that implement IOverviewItemURI

Classes Description
OverviewItemURI An overview item URI object.