AGI AgAsHpopPlugin 11 Send comments on this topic.
AtmFluxLags Method (IAgAsDensityModelPlugin)
See Also 
F10p7Lag
F10p7MeanLag
GeoFluxLag





Description

The lag times (in secs), relative to the current epoch, at which the density flux values are evaluated.

Syntax

[Visual Basic .NET]
Public Sub AtmFluxLags( _
   ByRef F10p7Lag As Double, _
   ByRef F10p7MeanLag As Double, _
   ByRef GeoFluxLag As Double _
) 

[C#]
public void AtmFluxLags(
ref double F10p7Lag,
ref double F10p7MeanLag,
ref double GeoFluxLag
);

[Managed C++]
public: void AtmFluxLags(
double ^ F10p7Lag,
double ^ F10p7MeanLag,
double ^ GeoFluxLag
);

[Java]
public  atmFluxLags(
double F10p7Lag,
double F10p7MeanLag,
double GeoFluxLag
);

[Unmanaged C++]
public: HRESULT AtmFluxLags(
double * F10p7Lag,
double * F10p7MeanLag,
double * GeoFluxLag
);

Parameters

F10p7Lag
F10p7MeanLag
GeoFluxLag

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1