ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction.MosaicOperator Property

The current mosaic operator.

[Visual Basic .NET]
Public Property MosaicOperator As IMosaicOperator
[C#]
public IMosaicOperator MosaicOperator {get; set;}
[C++]
HRESULT get_MosaicOperator(
  IMosaicOperator** op
);
[C++]
HRESULT putref_MosaicOperator(
  IMosaicOperator* op
);
[C++]

Parameters

op [out, retval]

  op is a parameter of type IMosaicOperator

op [in]

  op is a parameter of type IMosaicOperator

Product Availability

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

See Also

IMosaicFunction Interface