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






Windows & Linux

Description

Compute geomagnetic field in Earth Fixed components, returned as the array (Bx, By, Bz), at the specified Earth location. Uses Date, Angle, Longitude, Distance, and MagneticField Dimensions.

Syntax

[Visual Basic .NET]
Public Function ComputeBFieldAsArray( _
   ByVal Time As System.Object, _
   ByVal Lat As Double, _
   ByVal Lon As Double, _
   ByVal Alt As Double _
) As System.Array
[C#]
public System.Array ComputeBFieldAsArray(
   System.Object Time,
   double Lat,
   double Lon,
   double Alt
);
[Managed C++]
public: System::Array ComputeBFieldAsArray(
   VARIANT Time,
   double Lat,
   double Lon,
   double Alt
);
[Java]
public Object[] computeBFieldAsArray(
   Variant Time,
   double Lat,
   double Lon,
   double Alt
);
[Unmanaged C++]
public: HRESULT ComputeBFieldAsArray(
   VARIANT Time,
   double Lat,
   double Lon,
   double Alt,
   SAFEARRAY ** Array
);

Parameters

Time
Lat
Lon
Alt

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.