AGI STK Objects 11 Send comments on this topic.
LongDFocus Property (IAgSnEOIRBand)
See Also 





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 * pRetVal
);
public: HRESULT put_LongDFocus(
double NewLongDFocus
);

[Java]
public double getLongDFocus();public void setLongDFocus(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1