STK AviatorSend comments on this topic.
FinalAltitudeRate Property (IAgAvtrProcedureVerticalLanding)
See Also
Windows





Windows & Linux

Description

Gets or sets the altitude rate at the end of the procedure.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FinalAltitudeRate() As AgEAvtrVTOLRateMode
[C#]
public AgEAvtrVTOLRateMode FinalAltitudeRate {get; set;}
[Managed C++]
public: __property AgEAvtrVTOLRateMode get_FinalAltitudeRate();
public: __property void set_FinalAltitudeRate( AgEAvtrVTOLRateMode );
[Unmanaged C++]
public: HRESULT get_FinalAltitudeRate(
    AgEAvtrVTOLRateMode * pVal
);
public: HRESULT put_FinalAltitudeRate(
    AgEAvtrVTOLRateMode newVal
);
[Java]
public AgEAvtrVTOLRateMode getFinalAltitudeRate();
public void setFinalAltitudeRate(
    AgEAvtrVTOLRateMode
);
[Python - STK API ]
@property
def FinalAltitudeRate(self) -> "AgEAvtrVTOLRateMode":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.