Get the option to specify the flight path angle or the altitude rate.
Read-only property
[Visual Basic .NET] |
---|
Public Property VerticalVelocityMode() As AgEAvtrFlyToFlightPathAngleMode |
[C#] |
---|
public AgEAvtrFlyToFlightPathAngleMode VerticalVelocityMode {get;} |
[Managed C++] |
---|
public: __property AgEAvtrFlyToFlightPathAngleMode get_VerticalVelocityMode(); |
[Unmanaged C++] |
---|
public: HRESULT get_VerticalVelocityMode( AgEAvtrFlyToFlightPathAngleMode * pVal ); |
[Java] |
---|
public AgEAvtrFlyToFlightPathAngleMode getVerticalVelocityMode(); |
[Python - STK API ] |
---|
@property def VerticalVelocityMode(self) -> "AgEAvtrFlyToFlightPathAngleMode": |