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





Windows & Linux

Description

Gets or sets the maneuver factor, a dimensionless factor that determines how tightly or gently the aircraft will maneuver.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ManeuverFactor() As Double
[C#]
public double ManeuverFactor {get; set;}
[Managed C++]
public: __property double get_ManeuverFactor();
public: __property void set_ManeuverFactor( double );
[Unmanaged C++]
public: HRESULT get_ManeuverFactor(
    double * pVal
);
public: HRESULT put_ManeuverFactor(
    double newVal
);
[Java]
public double getManeuverFactor();
public void setManeuverFactor(
    double
);
[Python - STK API ]
@property
def ManeuverFactor(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.