AGI STK Objects 11 Send comments on this topic.
ComputeSAAFluxIntensity Method (IAgSpEnvScenSpaceEnvironment)
See Also 
Channel
Lat
Lon
Alt
Windows






Windows & Linux

Description

Compute SAA flux intensity at the specified Earth location. Uses Angle, Longitude, Distance, and FluxIntensity Dimensions.

Syntax

[Visual Basic .NET]
Public Function ComputeSAAFluxIntensity( _
   ByVal Channel As AgESpEnvSAAChannel, _
   ByVal Lat As Double, _
   ByVal Lon As Double, _
   ByVal Alt As Double _
) As Double

[C#]
public double ComputeSAAFluxIntensity(
AgESpEnvSAAChannel Channel,
double Lat,
double Lon,
double Alt
);

[Managed C++]
public: double ComputeSAAFluxIntensity(
AgESpEnvSAAChannel Channel,
double Lat,
double Lon,
double Alt
);

[Java]
public double computeSAAFluxIntensity(
AgESpEnvSAAChannel Channel,
double Lat,
double Lon,
double Alt
);

[Unmanaged C++]
public: HRESULT ComputeSAAFluxIntensity(
AgESpEnvSAAChannel Channel,
double Lat,
double Lon,
double Alt,
double * ReturnValue
);

Parameters

Channel
Member Value Description
eSpEnvSAAChannelUnknown -1 An invalid AgESpEnvSAAChannel value.
eSpEnvSAAChannel23MeV 0 Models proton energies > 23 MeV.
eSpEnvSAAChannel38MeV 1 Models proton energies > 38 MeV.
eSpEnvSAAChannel66MeV 2 Models proton energies > 66 MeV.
eSpEnvSAAChannel94MeV 3 Models proton energies > 94 MeV.
Lat
Lon
Alt

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface