STK AviatorSend comments on this topic.
VerticalVelocityMode Property (IAgAvtrBasicManeuverStrategyBezier)
See Also
Windows





Windows & Linux

Description

Get the option to specify the flight path angle or the altitude rate.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.