AGI STK Astrogator 11 Send comments on this topic.
MeanFlux Property (IAgVASRPSpherical)
See Also 





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

[Java]
public double getMeanFlux();public void setMeanFlux(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1