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






