ArcObjects Library Reference (DataSourcesRaster)  

IDefineOverviewsParameters Interface

Provides access to members that control parameters for define overviews of a mosaic dataset.

Product Availability

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

Members

Description
Read/write property ForceOverviewTiles Indicates whether overview tiles are generated irrespective of existing primary or overview items in the specified area.
Read/write property InstanceID The object ID of the raster type instance associated with a preview define overview operation. Properties that control how overview tiles are created are read from the matching raster type instance. A value here also indicates that no new schema is created by
Read/write property RefreshAllInstances Indicates whether all existing overview instances are refreshed. A TRUE value also indicates that no new schema of overview tiles is created by the IMosaicDatasetOperation.DefineOverviews method.

CoClasses that implement IDefineOverviewsParameters

CoClasses and Classes Description
DefineOverviewsParameters An object that controls how new overview items are created in a mosaic dataset.

.NET Samples

Create a custom raster type from the ground up for DMCII data (Code Files: TestDMCIIRasterType) | Create a Mosaic dataset (Code Files: CreateMosaicDataset)

.NET Related Topics

How to define and generate overviews on a Mosaic dataset