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





Windows & Linux

Description

Gets or sets the minimum load factor the aircraft can bear while maneuvering in formation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinLoadFactorG() As Double
[C#]
public double MinLoadFactorG {get; set;}
[Managed C++]
public: __property double get_MinLoadFactorG();
public: __property void set_MinLoadFactorG( double );
[Unmanaged C++]
public: HRESULT get_MinLoadFactorG(
    double * pVal
);
public: HRESULT put_MinLoadFactorG(
    double newVal
);
[Java]
public double getMinLoadFactorG();
public void setMinLoadFactorG(
    double
);
[Python - STK API ]
@property
def MinLoadFactorG(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.