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