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


IMosaicRaster2.RecalculateCellsize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicRaster2.RecalculateCellsize Method

Recalculates the cellsize as (min, max, or mean) of all cellsizes.

[Visual Basic .NET]
Public Sub RecalculateCellsize ( _
    ByVal Type As esriCellsizeType _
)
[C#]
public void RecalculateCellsize (
    esriCellsizeType Type
);
[C++]
HRESULT RecalculateCellsize(
  esriCellsizeType Type
);
[C++]

Parameters Type [in]
Type is a parameter of type esriCellsizeType

Product Availability

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

See Also

IMosaicRaster2 Interface