STK AstrogatorSend comments on this topic.
VerticalFlightPathAngle Property (IAgVAElementSpherical)
See Also
Windows





Windows & Linux

Description

Horizontal (Hor FPA) or vertical (Ver FPA) flight path angle. The angle between the velocity vector and the radius vector (vertical) or the complement of this angle (horizontal). Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VerticalFlightPathAngle() As System.Object
[C#]
public System.Object VerticalFlightPathAngle {get; set;}
[Managed C++]
public: __property VARIANT get_VerticalFlightPathAngle();
public: __property void set_VerticalFlightPathAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_VerticalFlightPathAngle(
    VARIANT * pVal
);
public: HRESULT put_VerticalFlightPathAngle(
    VARIANT newVal
);
[Java]
public AgVariant getVerticalFlightPathAngle();
public void setVerticalFlightPathAngle(
    AgVariant
);
[Python - STK API ]
@property
def VerticalFlightPathAngle(self) -> typing.Any:

@VerticalFlightPathAngle.setter
def VerticalFlightPathAngle(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.