STK AviatorSend comments on this topic.
ForwardFlightTransitionTime Property (IAgAvtrAircraftVTOLModel)
See Also
Windows





Windows & Linux

Description

Gets or sets the time required to transition from another maneuvering mode to forward flight at sea level.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ForwardFlightTransitionTime() As Double
[C#]
public double ForwardFlightTransitionTime {get; set;}
[Managed C++]
public: __property double get_ForwardFlightTransitionTime();
public: __property void set_ForwardFlightTransitionTime( double );
[Unmanaged C++]
public: HRESULT get_ForwardFlightTransitionTime(
    double * pVal
);
public: HRESULT put_ForwardFlightTransitionTime(
    double newVal
);
[Java]
public double getForwardFlightTransitionTime();
public void setForwardFlightTransitionTime(
    double
);
[Python - STK API ]
@property
def ForwardFlightTransitionTime(self) -> float:

@ForwardFlightTransitionTime.setter
def ForwardFlightTransitionTime(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.