STK AviatorSend comments on this topic.
TranslationMode Property (IAgAvtrProcedureHover)
See Also
Windows





Windows & Linux

Description

Define how the aircraft will translate during the hover.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TranslationMode() As AgEAvtrVTOLTranslationMode
[C#]
public AgEAvtrVTOLTranslationMode TranslationMode {get; set;}
[Managed C++]
public: __property AgEAvtrVTOLTranslationMode get_TranslationMode();
public: __property void set_TranslationMode( AgEAvtrVTOLTranslationMode );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.