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


IMosaicFunction.MaximumVisibleCellsize Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction.MaximumVisibleCellsize Property

The maximum visible cellsize.

[Visual Basic .NET]
Public Property MaximumVisibleCellsize As IPnt
[C#]
public IPnt MaximumVisibleCellsize {get; set;}
[C++]
HRESULT get_MaximumVisibleCellsize(
  IPnt** ppCellsize
);
[C++]
HRESULT put_MaximumVisibleCellsize(
  IPnt* ppCellsize
);
[C++]

Parameters ppCellsize [out, retval]
ppCellsize is a parameter of type IPnt ppCellsize [in]
ppCellsize is a parameter of type IPnt

Product Availability

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

See Also

IMosaicFunction Interface