STK AviatorSend comments on this topic.
FlapsArea Property (IAgAvtrAdvFixedWingTool)
See Also
Windows





Windows & Linux

Description

Gets or sets the total surface area of the flaps.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FlapsArea() As Double
[C#]
public double FlapsArea {get; set;}
[Managed C++]
public: __property double get_FlapsArea();
public: __property void set_FlapsArea( double );
[Unmanaged C++]
public: HRESULT get_FlapsArea(
    double * pVal
);
public: HRESULT put_FlapsArea(
    double newVal
);
[Java]
public double getFlapsArea();
public void setFlapsArea(
    double
);
[Python - STK API ]
@property
def FlapsArea(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.