STK AviatorSend comments on this topic.
WindForceEffectiveArea Property (IAgAvtrBasicManeuverStrategyPitch3D)
See Also
Windows





Windows & Linux

Description

Gets or sets the vehicle's wind force effective area.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WindForceEffectiveArea() As Double
[C#]
public double WindForceEffectiveArea {get; set;}
[Managed C++]
public: __property double get_WindForceEffectiveArea();
public: __property void set_WindForceEffectiveArea( double );
[Unmanaged C++]
public: HRESULT get_WindForceEffectiveArea(
    double * pVal
);
public: HRESULT put_WindForceEffectiveArea(
    double newVal
);
[Java]
public double getWindForceEffectiveArea();
public void setWindForceEffectiveArea(
    double
);
[Python - STK API ]
@property
def WindForceEffectiveArea(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.