This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterAnalysisProps Interface > IRasterAnalysisProps.PixelHeight Property (ArcObjects .NET 10.4 SDK) |
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