ArcObjects Library Reference (Carto)  

IMosaicRule.MosaicMethod Property

The mosaic method.

[Visual Basic .NET]
Public Property MosaicMethod As esriMosaicMethod
[C#]
public esriMosaicMethod MosaicMethod {get; set;}
[C++]
HRESULT get_MosaicMethod(
  esriMosaicMethod* pMosaicMethod
);
[C++]
HRESULT put_MosaicMethod(
  esriMosaicMethod pMosaicMethod
);
[C++]

Parameters

pMosaicMethod [out, retval]

  pMosaicMethod is a parameter of type esriMosaicMethod

pMosaicMethod [in]

  pMosaicMethod is a parameter of type esriMosaicMethod

Product Availability

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

See Also

IMosaicRule Interface