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 * pVal
);
public: HRESULT put_HorizontalPixels(
double newVal
);
|
[Java] |
---|
public double getHorizontalPixels();
public void setHorizontalPixels(
double
);
|
See Also