STK AviatorSend comments on this topic.
ControlAltitudeRateValue Property (IAgAvtrBasicManeuverStrategyAutopilotProf)
See Also
Windows





Windows & Linux

Description

Gets or sets the altitude rate control value for the hold initial altitude, specify altitude, and specify altitude change modes.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ControlAltitudeRateValue() As Double
[C#]
public double ControlAltitudeRateValue {get; set;}
[Managed C++]
public: __property double get_ControlAltitudeRateValue();
public: __property void set_ControlAltitudeRateValue( double );
[Unmanaged C++]
public: HRESULT get_ControlAltitudeRateValue(
    double * pVal
);
public: HRESULT put_ControlAltitudeRateValue(
    double newVal
);
[Java]
public double getControlAltitudeRateValue();
public void setControlAltitudeRateValue(
    double
);
[Python - STK API ]
@property
def ControlAltitudeRateValue(self) -> float:

@ControlAltitudeRateValue.setter
def ControlAltitudeRateValue(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.