STK ObjectsSend comments on this topic.
Fnumber Property (IAgSnEOIRBand)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_Fnumber(
    double newVal
);
[Java]
public double getFnumber();
public void setFnumber(
    double
);
[Python - STK API ]
@property
def Fnumber(self) -> float:

@Fnumber.setter
def Fnumber(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.