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


ICreateMosaicDatasetParameters Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICreateMosaicDatasetParameters Interface
ArcGIS Developer Help

ICreateMosaicDatasetParameters Interface

Provides access to members that control mosaic dataset creation parameters.

Product Availability

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

Description

This interface provides access to parameters that control the creation of a new Mosaic Dataset or a referenced Mosaic Dataset.

Members

Name Description
Read/write property BandCount The number of bands in the mosaic dataset.
Read/write property DefinitionFIDs The definition selection set on the source catalog.
Read/write property DefinitionGeometry The definition (spatial selection) geometry on the source catalog.
Read/write property LODFieldName The name of the field that contains scale values for items in the mosaic dataset.
Read/write property LODInfos The levels of detail associated with the mosaic dataset.
Read/write property MaxCellsizeFieldName The name of the field that contains maximum visible cell-size values for items in the mosaic dataset.
Read/write property MaximumVisibleCellsize The cell-size value above which no mosaicking occurs.
Read/write property MinCellsizeFieldName The name of the field that contains minimum visible cell-size values for items in the mosaic dataset.
Read/write property PixelType The pixel-type of the mosaic dataset.

Classes that implement ICreateMosaicDatasetParameters

Classes Description
CreateMosaicDatasetParameters An object that controls how a mosaic dataset is created.

.NET Samples

Create a Mosaic dataset Create a custom raster type Create a custom raster type from the ground up for DMCII data