STK AviatorSend comments on this topic.
MaxG Property (IAgAvtrBasicManeuverStrategyGlideProfile)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum load factor the aircraft can withstand.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxG() As Double
[C#]
public double MaxG {get; set;}
[Managed C++]
public: __property double get_MaxG();
public: __property void set_MaxG( double );
[Unmanaged C++]
public: HRESULT get_MaxG(
    double * pVal
);
public: HRESULT put_MaxG(
    double pVal
);
[Java]
public double getMaxG();
public void setMaxG(
    double
);
[Python - STK API ]
@property
def MaxG(self) -> float:

@MaxG.setter
def MaxG(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.