STK AviatorSend comments on this topic.
RangeToTransitionSpeed Property (IAgAvtrBasicManeuverStrategyRelSpeedAlt)
See Also
Windows





Windows & Linux

Description

Gets or sets the range at which the aircraft will begin to slow down to match the speed of the target.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RangeToTransitionSpeed() As Double
[C#]
public double RangeToTransitionSpeed {get; set;}
[Managed C++]
public: __property double get_RangeToTransitionSpeed();
public: __property void set_RangeToTransitionSpeed( double );
[Unmanaged C++]
public: HRESULT get_RangeToTransitionSpeed(
    double * pVal
);
public: HRESULT put_RangeToTransitionSpeed(
    double newVal
);
[Java]
public double getRangeToTransitionSpeed();
public void setRangeToTransitionSpeed(
    double
);
[Python - STK API ]
@property
def RangeToTransitionSpeed(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.