This method is deprecated. Use the IAgAsDensityModelPluginAtmFluxLags instead. The lag times (in secs), relative to the current epoch, at which the density flux values are evaluated.
[Visual Basic .NET] |
---|
Public Sub AugmentedAtmFluxLags( _ ByRef M10p7Lag As Double, _ ByRef M10p7MeanLag As Double, _ ByRef S10p7Lag As Double, _ ByRef S10p7MeanLag As Double, _ ByRef Y10p7Lag As Double, _ ByRef Y10p7MeanLag As Double, _ ByRef DstDTcLag As Double _ ) |
[C#] |
---|
public void AugmentedAtmFluxLags( ref double M10p7Lag, ref double M10p7MeanLag, ref double S10p7Lag, ref double S10p7MeanLag, ref double Y10p7Lag, ref double Y10p7MeanLag, ref double DstDTcLag ); |
[Managed C++] |
---|
public: void AugmentedAtmFluxLags( double ^ M10p7Lag, double ^ M10p7MeanLag, double ^ S10p7Lag, double ^ S10p7MeanLag, double ^ Y10p7Lag, double ^ Y10p7MeanLag, double ^ DstDTcLag ); |
[Unmanaged C++] |
---|
public: HRESULT AugmentedAtmFluxLags( double * M10p7Lag, double * M10p7MeanLag, double * S10p7Lag, double * S10p7MeanLag, double * Y10p7Lag, double * Y10p7MeanLag, double * DstDTcLag ); |
[Python - STK API ![]() |
---|
def AugmentedAtmFluxLags(self, M10p7Lag:float, M10p7MeanLag:float, S10p7Lag:float, S10p7MeanLag:float, Y10p7Lag:float, Y10p7MeanLag:float, DstDTcLag:float) -> typing.Tuple[float, float, float, float, float, float, float]: |
- M10p7Lag
- M10p7MeanLag
- S10p7Lag
- S10p7MeanLag
- Y10p7Lag
- Y10p7MeanLag
- DstDTcLag