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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.