STK AviatorSend comments on this topic.
FuselageFlatPlateArea Property (IAgAvtrRotorcraftAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the flat plate area for the fuselage.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FuselageFlatPlateArea() As Double
[C#]
public double FuselageFlatPlateArea {get; set;}
[Managed C++]
public: __property double get_FuselageFlatPlateArea();
public: __property void set_FuselageFlatPlateArea( double );
[Unmanaged C++]
public: HRESULT get_FuselageFlatPlateArea(
    double * pVal
);
public: HRESULT put_FuselageFlatPlateArea(
    double newVal
);
[Java]
public double getFuselageFlatPlateArea();
public void setFuselageFlatPlateArea(
    double
);
[Python - STK API ]
@property
def FuselageFlatPlateArea(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.