ArcObjects Library Reference (Carto)  

IImageServiceInfo2.MaxMosaicImageCount Property

The maximum number of images allowed for mosaic.

[Visual Basic .NET]
Public Property MaxMosaicImageCount As Integer
[C#]
public int MaxMosaicImageCount {get; set;}
[C++]
HRESULT get_MaxMosaicImageCount(
  long* 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

IImageServiceInfo2 Interface