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





Windows & Linux

Description

Gets or sets the mode to specify the final course at the end of the hover.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FinalCourseMode() As AgEAvtrVTOLTranslationFinalCourseMode
[C#]
public AgEAvtrVTOLTranslationFinalCourseMode FinalCourseMode {get; set;}
[Managed C++]
public: __property AgEAvtrVTOLTranslationFinalCourseMode get_FinalCourseMode();
public: __property void set_FinalCourseMode( AgEAvtrVTOLTranslationFinalCourseMode );
[Unmanaged C++]
public: HRESULT get_FinalCourseMode(
    AgEAvtrVTOLTranslationFinalCourseMode * pVal
);
public: HRESULT put_FinalCourseMode(
    AgEAvtrVTOLTranslationFinalCourseMode newVal
);
[Java]
public AgEAvtrVTOLTranslationFinalCourseMode getFinalCourseMode();
public void setFinalCourseMode(
    AgEAvtrVTOLTranslationFinalCourseMode
);
[Python - STK API ]
@property
def FinalCourseMode(self) -> "AgEAvtrVTOLTranslationFinalCourseMode":

@FinalCourseMode.setter
def FinalCourseMode(self, newVal:"AgEAvtrVTOLTranslationFinalCourseMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.