STK AviatorSend comments on this topic.
ForwardFlightReferenceArea 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 ForwardFlightReferenceArea() As Double
[C#]
public double ForwardFlightReferenceArea {get; set;}
[Managed C++]
public: __property double get_ForwardFlightReferenceArea();
public: __property void set_ForwardFlightReferenceArea( double );
[Unmanaged C++]
public: HRESULT get_ForwardFlightReferenceArea(
    double * pVal
);
public: HRESULT put_ForwardFlightReferenceArea(
    double pVal
);
[Java]
public double getForwardFlightReferenceArea();
public void setForwardFlightReferenceArea(
    double
);
[Python - STK API ]
@property
def ForwardFlightReferenceArea(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.