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





Windows & Linux

Description

Gets or sets the area of the lifting surface of the aircraft.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TakeoffLandingReferenceArea() As Double
[C#]
public double TakeoffLandingReferenceArea {get; set;}
[Managed C++]
public: __property double get_TakeoffLandingReferenceArea();
public: __property void set_TakeoffLandingReferenceArea( double );
[Unmanaged C++]
public: HRESULT get_TakeoffLandingReferenceArea(
    double * pVal
);
public: HRESULT put_TakeoffLandingReferenceArea(
    double pVal
);
[Java]
public double getTakeoffLandingReferenceArea();
public void setTakeoffLandingReferenceArea(
    double
);
[Python - STK API ]
@property
def TakeoffLandingReferenceArea(self) -> float:

@TakeoffLandingReferenceArea.setter
def TakeoffLandingReferenceArea(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.