STK AviatorSend comments on this topic.
BottomLoadFactor Property (IAgAvtrBasicManeuverStrategyLoop)
See Also
Windows





Windows & Linux

Description

Gets or sets the load factor at the bottom of the loop.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BottomLoadFactor() As Double
[C#]
public double BottomLoadFactor {get; set;}
[Managed C++]
public: __property double get_BottomLoadFactor();
public: __property void set_BottomLoadFactor( double );
[Unmanaged C++]
public: HRESULT get_BottomLoadFactor(
    double * pVal
);
public: HRESULT put_BottomLoadFactor(
    double newVal
);
[Java]
public double getBottomLoadFactor();
public void setBottomLoadFactor(
    double
);
[Python - STK API ]
@property
def BottomLoadFactor(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.