STK ObjectsSend comments on this topic.
ComputeBFieldAsArray Method (IAgVeSpEnvMagneticField)
See Also
time
Windows





Windows & Linux

Description

Compute geomagnetic field in Earth Fixed components, returned as the array (Bx, By, Bz), at the vehicle's location location. Uses DateFormat and MagneticField Dimensions.

Syntax

[Visual Basic .NET]
Public Function ComputeBFieldAsArray( _
    ByVal time As System.Object _
) As System.Array
[C#]
public System.Array ComputeBFieldAsArray(
    System.Object time
);
[Managed C++]
public: System::Array ComputeBFieldAsArray(
    VARIANT time
);
[Unmanaged C++]
public: HRESULT ComputeBFieldAsArray(
    VARIANT time,
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray computeBFieldAsArray(
    AgVariant time
);
[Python - STK API ]
def ComputeBFieldAsArray(self, time:typing.Any) -> list:

Parameters

time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.