AGI STK Objects 11 Send comments on this topic.
ComputeBBeq Method (IAgSpEnvMagFieldGfx)
See Also 
Time
Lat
Lon
Alt





Description

Compute B/Beq (i.e., the ratio of the magnetic field at the specified Earth location to the minimum field intensity along the field line thru the location). Uses Date, Angle, Longitude, and Distance Dimensions.

Syntax

[Visual Basic .NET]
Public Function ComputeBBeq( _
   ByVal Time As System.Object, _
   ByVal Lat As Double, _
   ByVal Lon As Double, _
   ByVal Alt As Double _
) As Double

[C#]
public double ComputeBBeq(
System.Object Time,
double Lat,
double Lon,
double Alt
);

[Managed C++]
public: double ComputeBBeq(
VARIANT Time,
double Lat,
double Lon,
double Alt
);

[Java]
public double computeBBeq(
Variant Time,
double Lat,
double Lon,
double Alt
);

[Unmanaged C++]
public: HRESULT ComputeBBeq(
VARIANT Time,
double Lat,
double Lon,
double Alt,
double * ReturnValue
);

Parameters

Time
Lat
Lon
Alt

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1