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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinG() As Double
[C#]
public double MinG {get; set;}
[Managed C++]
public: __property double get_MinG();
public: __property void set_MinG( double );
[Unmanaged C++]
public: HRESULT get_MinG(
    double * pVal
);
public: HRESULT put_MinG(
    double pVal
);
[Java]
public double getMinG();
public void setMinG(
    double
);
[Python - STK API ]
@property
def MinG(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.