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





Windows & Linux

Description

Gets or sets the coefficient of induced drag.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TakeoffLandingK() As Double
[C#]
public double TakeoffLandingK {get; set;}
[Managed C++]
public: __property double get_TakeoffLandingK();
public: __property void set_TakeoffLandingK( double );
[Unmanaged C++]
public: HRESULT get_TakeoffLandingK(
    double * pVal
);
public: HRESULT put_TakeoffLandingK(
    double newVal
);
[Java]
public double getTakeoffLandingK();
public void setTakeoffLandingK(
    double
);
[Python - STK API ]
@property
def TakeoffLandingK(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.