Lat & Lon are entered in Lat & Lon units. Alt is in Distance unit. Heading & Pitch are in degrees. Speed is in Distance/Time. Heading is entered as degrees from North and is the rotation about the Z-axis; Pitch is the rotation about the Y-axis.
Read-only property
[Visual Basic .NET] |
---|
Public Property LLAHPS() As IAgVeRealtimeLLAHPSPoints |
[C#] |
---|
public IAgVeRealtimeLLAHPSPoints LLAHPS {get;} |
[Managed C++] |
---|
public: __property IAgVeRealtimeLLAHPSPoints ^ get_LLAHPS(); |
[Unmanaged C++] |
---|
public: HRESULT get_LLAHPS( IAgVeRealtimeLLAHPSPoints ** ppRetVal ); |
[Java] |
---|
public IAgVeRealtimeLLAHPSPoints getLLAHPS(); |
[Python - STK API ] |
---|
@property def LLAHPS(self) -> "IAgVeRealtimeLLAHPSPoints": |