STK AviatorSend comments on this topic.
AltitudeRateControl Property (IAgAvtrBasicManeuverStrategyRendezvous)
See Also
Windows





Windows & Linux

Description

Gets or sets the rate at which the aircraft will change altitude to achieve or maintain the ALtitude Split.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeRateControl() As Double
[C#]
public double AltitudeRateControl {get; set;}
[Managed C++]
public: __property double get_AltitudeRateControl();
public: __property void set_AltitudeRateControl( double );
[Unmanaged C++]
public: HRESULT get_AltitudeRateControl(
    double * pVal
);
public: HRESULT put_AltitudeRateControl(
    double newVal
);
[Java]
public double getAltitudeRateControl();
public void setAltitudeRateControl(
    double
);
[Python - STK API ]
@property
def AltitudeRateControl(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.