Description
The spacing between pixels or samples along the horizontal dimension of the rectangular EOIR sensor bands focal plane.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property HorizontalPP() As Double
|
[C#] |
---|
public double HorizontalPP {get; set;}
|
[Managed C++] |
---|
public: __property double get_HorizontalPP(); public: __property void set_HorizontalPP(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_HorizontalPP(
double * pVal
);
public: HRESULT put_HorizontalPP(
double newVal
);
|
[Java] |
---|
public double getHorizontalPP();
public void setHorizontalPP(
double
);
|
See Also