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


IMosaicFunction.MaxMosaicImageCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction Interface > IMosaicFunction.MaxMosaicImageCount Property
ArcGIS Developer Help

IMosaicFunction.MaxMosaicImageCount Property

The maximum number of rasters used per request.

[Visual Basic .NET]
Public Property MaxMosaicImageCount As Integer
[C#]
public int MaxMosaicImageCount {get; set;}
[C++]
HRESULT get_MaxMosaicImageCount(
  System.Int32* pCount
);
[C++]
HRESULT put_MaxMosaicImageCount(
  long pCount
);
[C++]
Parameters
pCount [out, retval]

pCount is a parameter of type long* pCount [in]
pCount is a parameter of type long

Product Availability

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

See Also

IMosaicFunction Interface