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


IMosaicRule.MosaicOperatorType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMosaicRule Interface > IMosaicRule.MosaicOperatorType Property
ArcGIS Developer Help

IMosaicRule.MosaicOperatorType Property

The type of mosaic operator for resolving overlapping pixels.

[Visual Basic .NET]
Public Property MosaicOperatorType As rstMosaicOperatorType
[C#]
public rstMosaicOperatorType MosaicOperatorType {get; set;}
[C++]
HRESULT get_MosaicOperatorType(
  rstMosaicOperatorType* Type
);
[C++]
HRESULT put_MosaicOperatorType(
  rstMosaicOperatorType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type rstMosaicOperatorType* Type [in]
Type is a parameter of type rstMosaicOperatorType

Product Availability

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

See Also

IMosaicRule Interface