AGI STK Objects 11Send comments on this topic.
ComputeSAAFluxIntensity Method (IAgSpEnvSAAContour)
See Also 
Time
Windows






Windows & Linux

Description

Compute SAA flux intensity at the specified time on the vehicle's channel. Uses DateFormat and FluxIntensity Dimensions.

Syntax

[Visual Basic .NET]
Public Function ComputeSAAFluxIntensity( _
   ByVal Time As System.Object _
) As Double
[C#]
public double ComputeSAAFluxIntensity(
   System.Object Time
);
[Managed C++]
public: double ComputeSAAFluxIntensity(
   VARIANT Time
);
[Java]
public double computeSAAFluxIntensity(
   Variant Time
);
[Unmanaged C++]
public: HRESULT ComputeSAAFluxIntensity(
   VARIANT Time,
   double * ReturnValue
);

Parameters

Time

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.