ArcObjects Library Reference (DataSourcesRaster)  

IMosaicRastersFunctionArguments.MosaicType Property

The current mosaic type.

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

Parameters

pMosaicType [out, retval]

  pMosaicType is a parameter of type rstMosaicOperatorType

pMosaicType [in]

  pMosaicType is a parameter of type rstMosaicOperatorType

Product Availability

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

See Also

IMosaicRastersFunctionArguments Interface