STK AviatorSend comments on this topic.
TakeoffLandingCl0 Property (IAgAvtrAircraftBasicFixedWingAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the coefficient of lift at zero angle of attack.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TakeoffLandingCl0() As Double
[C#]
public double TakeoffLandingCl0 {get; set;}
[Managed C++]
public: __property double get_TakeoffLandingCl0();
public: __property void set_TakeoffLandingCl0( double );
[Unmanaged C++]
public: HRESULT get_TakeoffLandingCl0(
    double * pVal
);
public: HRESULT put_TakeoffLandingCl0(
    double newVal
);
[Java]
public double getTakeoffLandingCl0();
public void setTakeoffLandingCl0(
    double
);
[Python - STK API ]
@property
def TakeoffLandingCl0(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.