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


IMosaicRastersFunctionArguments.MosaicType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicRastersFunctionArguments Interface > IMosaicRastersFunctionArguments.MosaicType Property
ArcGIS Developer Help

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