Gets or sets the options to define the heading rate of the aircraft at the end of the procedure.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property FinalHeadingRate() As AgEAvtrVTOLRateMode |
| [C#] |
|---|
public AgEAvtrVTOLRateMode FinalHeadingRate {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrVTOLRateMode get_FinalHeadingRate(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrVTOLRateMode getFinalHeadingRate(); public void setFinalHeadingRate( AgEAvtrVTOLRateMode ); |
[Python - STK API ] |
|---|
@property def FinalHeadingRate(self) -> "AgEAvtrVTOLRateMode": @FinalHeadingRate.setter def FinalHeadingRate(self, newVal:"AgEAvtrVTOLRateMode") -> None: |






