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