STK AstrogatorSend comments on this topic.
MeanFlux Property (IAgVASRPSpherical)
See Also
Windows





Windows & Linux

Description

The mean solar flux at 1 au (W/m^2).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MeanFlux() As Double
[C#]
public double MeanFlux {get; set;}
[Managed C++]
public: __property double get_MeanFlux();
public: __property void set_MeanFlux( double );
[Unmanaged C++]
public: HRESULT get_MeanFlux(
    double * pVal
);
public: HRESULT put_MeanFlux(
    double InVal
);
[Java]
public double getMeanFlux();
public void setMeanFlux(
    double
);
[Python - STK API ]
@property
def MeanFlux(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.