ArcObjects Library Reference (DataSourcesRaster)  

IOverviewItemURI Interface

Provides access to members that control an overview item URI.

Product Availability

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

Members

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.

CoClasses that implement IOverviewItemURI

CoClasses and Classes Description
OverviewItemURI An overview item URI object.