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