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





Description

The F-Number ratio of the system, the effective focal length divided by the clear aperture diameter for this sensor band.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Fnumber() As Double

[C#]
public double Fnumber {get; set;}

[Managed C++]
public: __property double get_Fnumber();
public: __property void set_Fnumber(
double
);

[Unmanaged C++]
public: HRESULT get_Fnumber(
double * pRetVal
);
public: HRESULT put_Fnumber(
double NewFnumber
);

[Java]
public double getFnumber();public void setFnumber(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1