STK AviatorSend comments on this topic.
TailLiftFraction Property (IAgAvtrMissileAdvancedAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the lift fraction of the tail.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TailLiftFraction() As Double
[C#]
public double TailLiftFraction {get; set;}
[Managed C++]
public: __property double get_TailLiftFraction();
public: __property void set_TailLiftFraction( double );
[Unmanaged C++]
public: HRESULT get_TailLiftFraction(
    double * pVal
);
public: HRESULT put_TailLiftFraction(
    double newVal
);
[Java]
public double getTailLiftFraction();
public void setTailLiftFraction(
    double
);
[Python - STK API ]
@property
def TailLiftFraction(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.