This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERasterBand Interface > IDERasterBand.MeanCellWidth Property (ArcObjects .NET 10.4 SDK) |
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