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


IMosaicRaster.MosaicOperatorType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicRaster.MosaicOperatorType Property

The current mosaic operator type.

[Visual Basic .NET]
Public Property MosaicOperatorType As rstMosaicOperatorType
[C#]
public rstMosaicOperatorType MosaicOperatorType {get; set;}
[C++]
HRESULT get_MosaicOperatorType(
  rstMosaicOperatorType* Type
);
[C++]
HRESULT put_MosaicOperatorType(
  rstMosaicOperatorType Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type rstMosaicOperatorType Type [in]
Type is a parameter of type rstMosaicOperatorType

Product Availability

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

See Also

IMosaicRaster Interface

.NET Samples

Mosaic raster datasets to a file raster format (Code Files: CreateFileRasterMosaic)