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
);
|
[Unmanaged C++] |
---|
public: HRESULT ComputeMcIlwainL(
VARIANT Time,
double Lat,
double Lon,
double Alt,
double * pL
);
|
[Java] |
---|
public double computeMcIlwainL(
AgVariant Time,
double Lat,
double Lon,
double Alt
);
|
[Python - STK API ] |
---|
def ComputeMcIlwainL(self, Time:typing.Any, Lat:float, Lon:float, Alt:float) -> float:
|
Parameters
See Also