STK ObjectsSend comments on this topic.
LLAHPS Property (IAgVeRealtimePointBuilder)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.