This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERasterBand Interface > IDERasterBand.MeanCellHeight Property (ArcObjects .NET 10.4 SDK) |
The approximate cell height of the raster.
[Visual Basic .NET] Public Property MeanCellHeight As Double
[C#] public double MeanCellHeight {get; set;}
[C++]
HRESULT get_MeanCellHeight(
double* cellHeight
);
[C++]
HRESULT put_MeanCellHeight(
double cellHeight
);
[C++]
Parameters cellHeight [out, retval] cellHeight is a parameter of type double cellHeight [in] cellHeight is a parameter of type double