AGI STK Objects 11Send comments on this topic.
ComputeBBeq Method (IAgVeSpEnvMagneticField)
See Also
time
Windows






Windows & Linux

Description

Compute B/Beq (i.e., the ratio of the magnetic field at the vehicle's location to the minimum field intensity along the field line thru the location). Uses DateFormat Dimension.

Syntax

[Visual Basic .NET]
Public Function ComputeBBeq( _
    ByVal time As System.Object _
) As 
[C#]
public double ComputeBBeq(
    System.Object time
);
[Managed C++]
public: double ComputeBBeq(
    VARIANT time
);
[Java]
public double computeBBeq(
    VARIANT time
);
[Unmanaged C++]
public: HRESULT ComputeBBeq(
    VARIANT time,
    double * pBBeq
);

Parameters

time

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.