STK AgAsHpopPluginSend comments on this topic.
AtmFlux_Array Method (IAgAsDensityModelResultEval)
See Also
Scale
WholeDays
SecsIntoDay
Windows





Windows & Linux

Description

Flux values used by density models, evaluated at the requested time, returned as an array representing F10.7, AvgF10.7, Ap, DailyAp, Kp, DailyKp. No time lags are incorporated.

Syntax

[Visual Basic .NET]
Public Function AtmFlux_Array( _
    ByVal Scale As AgEUtTimeScale, _
    ByVal WholeDays As Integer, _
    ByVal SecsIntoDay As Double _
) As System.Array
[C#]
public System.Array AtmFlux_Array(
    AgEUtTimeScale Scale,
    int WholeDays,
    double SecsIntoDay
);
[Managed C++]
public: System::Array AtmFlux_Array(
    AgEUtTimeScale Scale,
    int WholeDays,
    double SecsIntoDay
);
[Unmanaged C++]
public: HRESULT AtmFlux_Array(
    AgEUtTimeScale Scale,
    long WholeDays,
    double SecsIntoDay,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray atmFlux_Array(
    AgEUtTimeScale Scale,
    int WholeDays,
    double SecsIntoDay
);

Parameters

Scale
WholeDays
SecsIntoDay

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.