This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicRastersFunctionArguments Interface > IMosaicRastersFunctionArguments.MosaicType Property (ArcObjects .NET 10.4 SDK) |
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