AGI AgAsHpopPlugin 11 Send comments on this topic.
AtmFlux_Array Method (IAgAsHpopPluginResultEval)
See Also 
Scale
Requested time scale
WholeDays
Number of whole days in the time scale
SecsIntoDay
Seconds into the day





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
);

[Java]
public VariantArray atmFlux_Array(
AgEUtTimeScale Scale,
int WholeDays,
double SecsIntoDay
);

[Unmanaged C++]
public: HRESULT AtmFlux_Array(
AgEUtTimeScale Scale,
long WholeDays,
double SecsIntoDay,
SAFEARRAY ** Array
);

Parameters

Scale
Member Value Description
eUtTimeScaleUTC 0  
eUtTimeScaleTAI 1  
eUtTimeScaleTDT 2  
eUtTimeScaleUT1 3  
eUtTimeScaleSTKEpochSec 4  
eUtTimeScaleTDB 5  
eUtTimeScaleGPS 6  
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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1