Define how the aircraft will translate during the hover.
Read-write property
[Visual Basic .NET] |
---|
Public Property TranslationMode() As AgEAvtrVTOLTranslationMode |
[C#] |
---|
public AgEAvtrVTOLTranslationMode TranslationMode {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrVTOLTranslationMode get_TranslationMode(); |
[Unmanaged C++] |
---|
public: HRESULT get_TranslationMode( AgEAvtrVTOLTranslationMode * pVal ); public: HRESULT put_TranslationMode( AgEAvtrVTOLTranslationMode newVal ); |
[Java] |
---|
public AgEAvtrVTOLTranslationMode getTranslationMode(); public void setTranslationMode( AgEAvtrVTOLTranslationMode ); |
[Python - STK API ] |
---|
@property def TranslationMode(self) -> "AgEAvtrVTOLTranslationMode": @TranslationMode.setter def TranslationMode(self, newVal:"AgEAvtrVTOLTranslationMode") -> None: |