STK AgAsHpopPluginSend comments on this topic.
AugmentedAtmFlux Method (IAgAsDensityModelResult)
See Also
Scale
WholeDays
SecsIntoDay
F10p7
AvgF10p7
M10p7
AvgM10p7
S10p7
AvgS10p7
Y10p7
AvgY10p7
DstDTc
Windows





Windows & Linux

Description

Augmented flux values used by density models, evaluated at the requested time. No time lags are incorporated.

Syntax

[Visual Basic .NET]
Public Sub AugmentedAtmFlux( _
    ByVal Scale As AgEUtTimeScale, _
    ByVal WholeDays As Integer, _
    ByVal SecsIntoDay As Double, _
    ByRef F10p7 As Double, _
    ByRef AvgF10p7 As Double, _
    ByRef M10p7 As Double, _
    ByRef AvgM10p7 As Double, _
    ByRef S10p7 As Double, _
    ByRef AvgS10p7 As Double, _
    ByRef Y10p7 As Double, _
    ByRef AvgY10p7 As Double, _
    ByRef DstDTc As Double _
)
[C#]
public void AugmentedAtmFlux(
    AgEUtTimeScale Scale,
    int WholeDays,
    double SecsIntoDay,
    ref double F10p7,
    ref double AvgF10p7,
    ref double M10p7,
    ref double AvgM10p7,
    ref double S10p7,
    ref double AvgS10p7,
    ref double Y10p7,
    ref double AvgY10p7,
    ref double DstDTc
);
[Managed C++]
public: void AugmentedAtmFlux(
    AgEUtTimeScale Scale,
    int WholeDays,
    double SecsIntoDay,
    double ^ F10p7,
    double ^ AvgF10p7,
    double ^ M10p7,
    double ^ AvgM10p7,
    double ^ S10p7,
    double ^ AvgS10p7,
    double ^ Y10p7,
    double ^ AvgY10p7,
    double ^ DstDTc
);
[Unmanaged C++]
public: HRESULT AugmentedAtmFlux(
    AgEUtTimeScale Scale,
    long WholeDays,
    double SecsIntoDay,
    double * F10p7,
    double * AvgF10p7,
    double * M10p7,
    double * AvgM10p7,
    double * S10p7,
    double * AvgS10p7,
    double * Y10p7,
    double * AvgY10p7,
    double * DstDTc
);

Parameters

Scale
WholeDays
SecsIntoDay
F10p7
AvgF10p7
M10p7
AvgM10p7
S10p7
AvgS10p7
Y10p7
AvgY10p7
DstDTc

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.