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


IRasterAnalysisProps.PixelHeight Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterAnalysisProps.PixelHeight Property

The pixel height in ground resolution.

[Visual Basic .NET]
Public Property PixelHeight As Double
[C#]
public double PixelHeight {get; set;}
[C++]
HRESULT get_PixelHeight(
  double* Height
);
[C++]
HRESULT put_PixelHeight(
  double Height
);
[C++]

Parameters Height [out, retval] Height is a parameter of type double Height [in] Height is a parameter of type double

Product Availability

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

See Also

IRasterAnalysisProps Interface