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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxLoadFactorG() As Double
[C#]
public double MaxLoadFactorG {get; set;}
[Managed C++]
public: __property double get_MaxLoadFactorG();
public: __property void set_MaxLoadFactorG( double );
[Unmanaged C++]
public: HRESULT get_MaxLoadFactorG(
    double * pVal
);
public: HRESULT put_MaxLoadFactorG(
    double newVal
);
[Java]
public double getMaxLoadFactorG();
public void setMaxLoadFactorG(
    double
);
[Python - STK API ]
@property
def MaxLoadFactorG(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.