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


IGPRasterLayer.PixelHeight Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPRasterLayer.PixelHeight Property

The pixel height of the raster layer object.

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

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

Product Availability

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

See Also

IGPRasterLayer Interface