ArcObjects Library Reference (Carto)  

IGeoImageDescription2.MosaicRule Property

The mosaic rule.

[Visual Basic .NET]
Public Property MosaicRule As IMosaicRule
[C#]
public IMosaicRule MosaicRule {get; set;}
[C++]
HRESULT get_MosaicRule(
  IMosaicRule** ppMosaicRule
);
[C++]
HRESULT putref_MosaicRule(
  IMosaicRule* ppMosaicRule
);
[C++]

Parameters

ppMosaicRule [out, retval]

  ppMosaicRule is a parameter of type IMosaicRule

ppMosaicRule [in]

  ppMosaicRule is a parameter of type IMosaicRule

Product Availability

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

See Also

IGeoImageDescription2 Interface