The amount of time that the aircraft will spend transitioning from the attitude of the previous maneuver to the attitude at the beginning of the current maneuver.
Read-write property
[Visual Basic .NET] |
---|
Public Property AttitudeBlendTime() As Double |
[C#] |
---|
public double AttitudeBlendTime {get; set;} |
[Managed C++] |
---|
public: __property double get_AttitudeBlendTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_AttitudeBlendTime( double * pVal ); public: HRESULT put_AttitudeBlendTime( double newVal ); |
[Java] |
---|
public double getAttitudeBlendTime(); public void setAttitudeBlendTime( double ); |