This document is archived and information here might be outdated. Recommended version. |
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(
System.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