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