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


IDERasterBand.MeanCellWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERasterBand Interface > IDERasterBand.MeanCellWidth Property
ArcGIS Developer Help

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(
  System.Double* cellWidth
);
[C++]
Parameters
cellWidth [out, retval]

cellWidth is a parameter of type double*

Product Availability

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

See Also

IDERasterBand Interface