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


IMosaicRaster2.RecalculateCellsize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicRaster2 Interface > IMosaicRaster2.RecalculateCellsize Method
ArcGIS Developer Help

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