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


IImageServiceInfo3.MaximumPixelSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServiceInfo3.MaximumPixelSize Property

The maximum visible pixel size for the service.

[Visual Basic .NET]
Public WriteOnly Property MaximumPixelSize_2
[C#]
public void MaximumPixelSize_2 {set;}
[C++]
HRESULT put_MaximumPixelSize(
  double 
);
[C++]

Parameters [in] is a parameter of type double

Product Availability

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

See Also

IImageServiceInfo3 Interface