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


IImageServiceInfo2.MaxDownloadImageCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServiceInfo2.MaxDownloadImageCount Property

The maximum number of images allowed for download.

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