AGI STK Objects 11Send comments on this topic.
ComputeBField Method (IAgVeSpEnvMagneticField)
See Also 
Time
pBx
pBy
pBz
Windows






Windows & Linux

Description

Compute geomagnetic field in Earth Fixed components at the vehicle's location. Uses DateFormat and MagneticField Dimensions.

Syntax

[Visual Basic .NET]
Public Sub ComputeBField( _
   ByVal Time As System.Object, _
   ByRef pBx As Double, _
   ByRef pBy As Double, _
   ByRef pBz As Double _
) 
[C#]
public void ComputeBField(
   System.Object Time,
   ref double pBx,
   ref double pBy,
   ref double pBz
);
[Managed C++]
public: void ComputeBField(
   VARIANT Time,
   double ^ pBx,
   double ^ pBy,
   double ^ pBz
);
[Java]
public  computeBField(
   Variant Time,
   double pBx,
   double pBy,
   double pBz
);
[Unmanaged C++]
public: HRESULT ComputeBField(
   VARIANT Time,
   double * pBx,
   double * pBy,
   double * pBz
);

Parameters

Time
pBx
pBy
pBz

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.