ArcObjects Library Reference (GeoDatabase)  

IDERasterBand.MeanCellWidth Property

The approximate cell width of the raster.

[Visual Basic .NET]
Public Property MeanCellWidth As Double
[C#]
public double MeanCellWidth {get; set;}
[C++]
HRESULT get_MeanCellWidth(
  double* cellWidth
);
[C++]
HRESULT put_MeanCellWidth(
  double cellWidth
);
[C++]

Parameters

cellWidth [out, retval]   cellWidth is a parameter of type double cellWidth [in]   cellWidth is a parameter of type double

Product Availability

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

See Also

IDERasterBand Interface