Gets or sets the number of pixels or samples distributed evenly across the vertical dimension of the rectangular EOIR sensor bands focal plane.
Read-write property
[Visual Basic .NET] |
---|
Public Property VerticalPixels() As Double |
[C#] |
---|
public double VerticalPixels {get; set;} |
[Managed C++] |
---|
public: __property double get_VerticalPixels(); |
[Unmanaged C++] |
---|
public: HRESULT get_VerticalPixels( double * pVal ); public: HRESULT put_VerticalPixels( double newVal ); |
[Java] |
---|
public double getVerticalPixels(); public void setVerticalPixels( double ); |