STK AviatorSend comments on this topic.
LiftFactor Property (IAgAvtrAircraftAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the scalar value applied to the lift for parametric analysis.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LiftFactor() As Double
[C#]
public double LiftFactor {get; set;}
[Managed C++]
public: __property double get_LiftFactor();
public: __property void set_LiftFactor( double );
[Unmanaged C++]
public: HRESULT get_LiftFactor(
    double * pVal
);
public: HRESULT put_LiftFactor(
    double newVal
);
[Java]
public double getLiftFactor();
public void setLiftFactor(
    double
);
[Python - STK API ]
@property
def LiftFactor(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.