STK ObjectsSend comments on this topic.
DailyF107 Property (IAgVeSolarFluxGeoMagEnterManually)
See Also
Windows





Windows & Linux

Description

Daily F10.7: daily Ottawa 10.7 cm solar flux value. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DailyF107() As Double
[C#]
public double DailyF107 {get; set;}
[Managed C++]
public: __property double get_DailyF107();
public: __property void set_DailyF107( double );
[Unmanaged C++]
public: HRESULT get_DailyF107(
    double * pVal
);
public: HRESULT put_DailyF107(
    double DailyF107
);
[Java]
public double getDailyF107();
public void setDailyF107(
    double
);
[Python - STK API ]
@property
def DailyF107(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.