STK AgAsHpopPluginSend comments on this topic.
AtmFlux_Array Method (IAgAsHpopPluginResult)
See Also
Scale
Requested time scale.
WholeDays
Number of whole days in the time scale.
SecsIntoDay
Seconds into the day.
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
Requested time scale.
WholeDays
Number of whole days in the time scale.
SecsIntoDay
Seconds into the day.

Return Type

An array containing the flux values at the requested time.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.