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





Windows & Linux

Description

Compute McIlwain L-shell parameter at the vehicle's location. Uses DateFormat Dimension.

Syntax

[Visual Basic .NET]
Public Function ComputeMcIlwainL( _
    ByVal time As System.Object _
) As Double
[C#]
public double ComputeMcIlwainL(
    System.Object time
);
[Managed C++]
public: double ComputeMcIlwainL(
    VARIANT time
);
[Unmanaged C++]
public: HRESULT ComputeMcIlwainL(
    VARIANT time,
    double * pL
);
[Java]
public double computeMcIlwainL(
    AgVariant time
);
[Python - STK API ]
def ComputeMcIlwainL(self, time:typing.Any) -> float:

Parameters

time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.