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


IDERasterBand.MeanCellHeight Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  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

Product Availability

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

See Also

IDERasterBand Interface