AGI STK Objects 11 Send comments on this topic.
ComputeMcIlwainL Method (IAgSpEnvMagFieldGfx)
See Also 
Time
Lat
Lon
Alt





Description

Compute McIlwain L-shell parameter at the specified Earth location. Uses Date, Angle, Longitude, and Distance Dimensions.

Syntax

[Visual Basic .NET]
Public Function ComputeMcIlwainL( _
   ByVal Time As System.Object, _
   ByVal Lat As Double, _
   ByVal Lon As Double, _
   ByVal Alt As Double _
) As Double

[C#]
public double ComputeMcIlwainL(
System.Object Time,
double Lat,
double Lon,
double Alt
);

[Managed C++]
public: double ComputeMcIlwainL(
VARIANT Time,
double Lat,
double Lon,
double Alt
);

[Java]
public double computeMcIlwainL(
Variant Time,
double Lat,
double Lon,
double Alt
);

[Unmanaged C++]
public: HRESULT ComputeMcIlwainL(
VARIANT Time,
double Lat,
double Lon,
double Alt,
double * ReturnValue
);

Parameters

Time
Lat
Lon
Alt

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1