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


rstMosaicOperatorType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Constants > R > rstMosaicOperatorType Constants
ArcGIS Developer Help

rstMosaicOperatorType Constants

Supported types of raster merging operations.

Constant Value Description
MT_FIRST 1 Mosaics using the first value.
MT_LAST 2 Mosaics using the last value.
MT_MIN 3 Mosaics using the minimum value.
MT_MAX 4 Mosaics using the maximum value.
MT_MEAN 5 Mosaics using the mean value.
MT_BLEND 6 Mosaics using the blend value.
MT_SUM 7 Mosaics using a sum mosaic operator.
MT_CUSTOM 64 Mosaics using a custom mosaic operator.

Product Availability

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

See Also

MosaicRaster Class | RasterLoader Class