Description
The amount of defocus along the optical axis between the ideal image focal plane and the actual detector focal plane for the current sensor band.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LongDFocus() As Double
|
| [C#] |
|---|
public double LongDFocus {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_LongDFocus(); public: __property void set_LongDFocus(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LongDFocus(
double * pVal
);
public: HRESULT put_LongDFocus(
double newVal
);
|
| [Java] |
|---|
public double getLongDFocus();
public void setLongDFocus(
double
);
|
See Also