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


IRasterAnalysisGDBEnvironment.MosaicType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisGDBEnvironment Interface > IRasterAnalysisGDBEnvironment.MosaicType Property
ArcGIS Developer Help

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 [in]

MosaicType is a parameter of type rstMosaicOperatorType MosaicType [out, retval]
MosaicType is a parameter of type rstMosaicOperatorType*

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface