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


IImageServerInit3.MaximumImageCellsize Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServerInit3.MaximumImageCellsize Property

The maximum source image cellsize.

[Visual Basic .NET]
Public ReadOnly Property MaximumImageCellsize As Double
[C#]
public double MaximumImageCellsize {get;}
[C++]
HRESULT get_MaximumImageCellsize(
  double* pMaximumCellsize
);
[C++]

Parameters pMaximumCellsize [out, retval] pMaximumCellsize is a parameter of type double

Product Availability

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

See Also

IImageServerInit3 Interface