STK AviatorSend comments on this topic.
SmoothTranslationMode Property (IAgAvtrProcedureHoverTranslate)
See Also
Windows





Windows & Linux

Description

Gets or sets the translation mode of the aircraft at the end of the procedure.

Property type

Read-write property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.