Set whether to enable the altitude rate stopping condition and the corresponding value.
[Visual Basic .NET] |
---|
Public Sub SetStopAltitudeRate( _ ByVal Enable As Boolean, _ ByVal AltitudeRate As Double _ ) |
[C#] |
---|
public void SetStopAltitudeRate( bool Enable, double AltitudeRate ); |
[Managed C++] |
---|
public: void SetStopAltitudeRate( bool Enable, double AltitudeRate ); |
[Unmanaged C++] |
---|
public: HRESULT SetStopAltitudeRate( VARIANT_BOOL Enable, double AltitudeRate ); |
[Java] |
---|
public void setStopAltitudeRate( bool Enable, double AltitudeRate ); |
[Python - STK API ] |
---|
def SetStopAltitudeRate(self, Enable:bool, AltitudeRate:float) -> None: |
- Enable
- AltitudeRate