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





Windows & Linux

Description

Gets or sets the options to define the heading rate of the aircraft at the end of the procedure.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FinalHeadingRate() As AgEAvtrVTOLRateMode
[C#]
public AgEAvtrVTOLRateMode FinalHeadingRate {get; set;}
[Managed C++]
public: __property AgEAvtrVTOLRateMode get_FinalHeadingRate();
public: __property void set_FinalHeadingRate( AgEAvtrVTOLRateMode );
[Unmanaged C++]
public: HRESULT get_FinalHeadingRate(
    AgEAvtrVTOLRateMode * pVal
);
public: HRESULT put_FinalHeadingRate(
    AgEAvtrVTOLRateMode newVal
);
[Java]
public AgEAvtrVTOLRateMode getFinalHeadingRate();
public void setFinalHeadingRate(
    AgEAvtrVTOLRateMode
);
[Python - STK API ]
@property
def FinalHeadingRate(self) -> "AgEAvtrVTOLRateMode":

@FinalHeadingRate.setter
def FinalHeadingRate(self, newVal:"AgEAvtrVTOLRateMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.