Gets or sets 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.
Read-write property
[Visual Basic .NET] |
---|
Public Property LongDFocus() As Double |
[C#] |
---|
public double LongDFocus {get; set;} |
[Managed C++] |
---|
public: __property double get_LongDFocus(); |
[Unmanaged C++] |
---|
public: HRESULT get_LongDFocus( double * pVal ); public: HRESULT put_LongDFocus( double newVal ); |
[Java] |
---|
public double getLongDFocus(); public void setLongDFocus( double ); |