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