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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TopLoadFactor() As Double
[C#]
public double TopLoadFactor {get; set;}
[Managed C++]
public: __property double get_TopLoadFactor();
public: __property void set_TopLoadFactor( double );
[Unmanaged C++]
public: HRESULT get_TopLoadFactor(
    double * pVal
);
public: HRESULT put_TopLoadFactor(
    double newVal
);
[Java]
public double getTopLoadFactor();
public void setTopLoadFactor(
    double
);
[Python - STK API ]
@property
def TopLoadFactor(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.