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


IDERasterBand.MeanCellWidth Property (ArcObjects .NET 10.4 SDK)
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