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





Windows & Linux

Description

Gets or sets the limit to the airspeed difference between the aircraft and target.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxSpeedAdvantage() As Double
[C#]
public double MaxSpeedAdvantage {get; set;}
[Managed C++]
public: __property double get_MaxSpeedAdvantage();
public: __property void set_MaxSpeedAdvantage( double );
[Unmanaged C++]
public: HRESULT get_MaxSpeedAdvantage(
    double * pVal
);
public: HRESULT put_MaxSpeedAdvantage(
    double newVal
);
[Java]
public double getMaxSpeedAdvantage();
public void setMaxSpeedAdvantage(
    double
);
[Python - STK API ]
@property
def MaxSpeedAdvantage(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.