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 _
) As
|
| [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 void computeBField(
VARIANT time,
double pBx,
double pBy,
double pBz
);
|
| [Unmanaged C++] |
|---|
public: HRESULT ComputeBField(
VARIANT time,
double * pBx,
double * pBy,
double * pBz
);
|
Parameters
See Also