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


IImageServerLayer3.MosaicRule Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerLayer3 Interface > IImageServerLayer3.MosaicRule Property
ArcGIS Developer Help

IImageServerLayer3.MosaicRule Property

The mosaic rule to be applied.

[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

IImageServerLayer3 Interface