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


IGenerateOverviewsParameters Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IGenerateOverviewsParameters Interface

Provides access to members that control parameters for generating overview images in a mosaic dataset.

Product Availability

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

Members

Description
Read/write property GenerateMissingImages Indicates whether missing overview images are generated.
Read/write property GenerateStaleImages Indicates whether overview images for stale items are rengenerated.

CoClasses that implement IGenerateOverviewsParameters

CoClasses and Classes Description
GenerateOverviewsParameters An object that controls how a mosaic dataset's overview images are generated.

.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