STK AviatorSend comments on this topic.
MaxLoadFactorRate Property (IAgAvtrBasicManeuverStrategySmoothTurn)
See Also
Windows





Windows & Linux

Description

Gets or sets the max load factor rate for the smooth turn.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxLoadFactorRate() As Double
[C#]
public double MaxLoadFactorRate {get; set;}
[Managed C++]
public: __property double get_MaxLoadFactorRate();
public: __property void set_MaxLoadFactorRate( double );
[Unmanaged C++]
public: HRESULT get_MaxLoadFactorRate(
    double * pVal
);
public: HRESULT put_MaxLoadFactorRate(
    double newVal
);
[Java]
public double getMaxLoadFactorRate();
public void setMaxLoadFactorRate(
    double
);
[Python - STK API ]
@property
def MaxLoadFactorRate(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.