Gets or sets the mode to specify the final course at the end of the hover.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property FinalCourseMode() As AgEAvtrVTOLTranslationFinalCourseMode |
| [C#] |
|---|
public AgEAvtrVTOLTranslationFinalCourseMode FinalCourseMode {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrVTOLTranslationFinalCourseMode get_FinalCourseMode(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrVTOLTranslationFinalCourseMode getFinalCourseMode(); public void setFinalCourseMode( AgEAvtrVTOLTranslationFinalCourseMode ); |
[Python - STK API ] |
|---|
@property def FinalCourseMode(self) -> "AgEAvtrVTOLTranslationFinalCourseMode": @FinalCourseMode.setter def FinalCourseMode(self, newVal:"AgEAvtrVTOLTranslationFinalCourseMode") -> None: |






