Provides access to members that control parameters for adding rasters to a mosaic dataset.
Product Availability 
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. 
Members 
 All  Properties  Methods  Description  
AllowInPlaceSync Inidicates whether to allow items to be build as soon as they are added to the mosaic dataset (as long as the raster type allows in-place synchronization).  
Crawler The data source crawler that provides incoming data source items.  
DuplicateItemsAction Indicates how incoming duplicates items are handled. Item URIs with the same key value are assumed to be duplicate.  
Filter Regular expression formed using wild card characters ('*', '?', or '.') for matching data source items created by the crawler. No item URIs are requested for those data sources don't match the specified regular expression.  
RasterType The raster type used for constructing raster datasets using incoming data source items.  
SynchronizeItems Indicates whether catalog items are synchronized once added to the mosaic dataset.  
TimeExtent The range of allowed time value for Item URIs. Item URIs with 'SourceTimeStamp' that don't lie within the specified range are filtered out.   
 
CoClasses that implement IAddRastersParameters 
CoClasses and Classes 
Description  
AddRastersParameters An object that controls how rasters are added to a mosaic dataset.   
 
.NET Samples Create a custom raster type  (Code Files: 
TestThumbnailBuilder ) | 
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 add rasters to a Mosaic dataset