STK AviatorSend comments on this topic.
MaxLoadFactor Property (IAgAvtrAircraftTerrainFollowModel)
See Also
Windows





Windows & Linux

Description

Get the maximum load factor - during straight and level flight - that the aircraft can bear.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MaxLoadFactor() As Double
[C#]
public double MaxLoadFactor {get;}
[Managed C++]
public: __property double get_MaxLoadFactor();
[Unmanaged C++]
public: HRESULT get_MaxLoadFactor(
    double * pVal
);
[Java]
public double getMaxLoadFactor();
[Python - STK API ]
@property
def MaxLoadFactor(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.