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


IRasterAnalysisProps.PixelHeight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterAnalysisProps Interface > IRasterAnalysisProps.PixelHeight Property
ArcGIS Developer Help

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(
  System.Double* Height
);
[C++]
Parameters
Height [in]

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

Product Availability

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

See Also

IRasterAnalysisProps Interface