The LLA measures <Alt> from the surface of the Earth, or 0.
Read-only property
[Visual Basic .NET] |
---|
Public Property LLA() As IAgVeRealtimeLLAPoints |
[C#] |
---|
public IAgVeRealtimeLLAPoints LLA {get;} |
[Managed C++] |
---|
public: __property IAgVeRealtimeLLAPoints ^ get_LLA(); |
[Unmanaged C++] |
---|
public: HRESULT get_LLA( IAgVeRealtimeLLAPoints ** ppRetVal ); |
[Java] |
---|
public IAgVeRealtimeLLAPoints getLLA(); |
[Python - STK API ] |
---|
@property def LLA(self) -> "IAgVeRealtimeLLAPoints": |