The MSL_LLA considers mean sea level at the specified location when measuring <Alt>.
Read-only property
[Visual Basic .NET] |
---|
Public Property MSL_LLA() As IAgVeRealtimeLLAPoints |
[C#] |
---|
public IAgVeRealtimeLLAPoints MSL_LLA {get;} |
[Managed C++] |
---|
public: __property IAgVeRealtimeLLAPoints ^ get_MSL_LLA(); |
[Unmanaged C++] |
---|
public: HRESULT get_MSL_LLA( IAgVeRealtimeLLAPoints ** ppRetVal ); |
[Java] |
---|
public IAgVeRealtimeLLAPoints getMSL_LLA(); |
[Python - STK API ] |
---|
@property def MSL_LLA(self) -> "IAgVeRealtimeLLAPoints": |