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


IDERasterBand.MeanCellHeight 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.MeanCellHeight Property
ArcGIS Developer Help

IDERasterBand.MeanCellHeight Property

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

cellHeight is a parameter of type double*

Product Availability

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

See Also

IDERasterBand Interface