ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisGDBEnvironment.MosaicType Property

The mosaic type in the RasterAnalysis.

[Visual Basic .NET]
Public Property MosaicType As rstMosaicOperatorType
[C#]
public rstMosaicOperatorType MosaicType {get; set;}
[C++]
HRESULT get_MosaicType(
  rstMosaicOperatorType* MosaicType
);
[C++]
HRESULT put_MosaicType(
  rstMosaicOperatorType MosaicType
);
[C++]

Parameters

MosaicType [out, retval]

  MosaicType is a parameter of type rstMosaicOperatorType

MosaicType [in]

  MosaicType is a parameter of type rstMosaicOperatorType

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface