Gets or sets the translation mode of the aircraft at the end of the procedure.
Read-write property
[Visual Basic .NET] |
---|
Public Property SmoothTranslationMode() As AgEAvtrVTOLRateMode |
[C#] |
---|
public AgEAvtrVTOLRateMode SmoothTranslationMode {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrVTOLRateMode get_SmoothTranslationMode(); |
[Unmanaged C++] |
---|
public: HRESULT get_SmoothTranslationMode( AgEAvtrVTOLRateMode * pVal ); public: HRESULT put_SmoothTranslationMode( AgEAvtrVTOLRateMode newVal ); |
[Java] |
---|
public AgEAvtrVTOLRateMode getSmoothTranslationMode(); public void setSmoothTranslationMode( AgEAvtrVTOLRateMode ); |
[Python - STK API ] |
---|
@property def SmoothTranslationMode(self) -> "AgEAvtrVTOLRateMode": @SmoothTranslationMode.setter def SmoothTranslationMode(self, newVal:"AgEAvtrVTOLRateMode") -> None: |