SimpleFixedWingCoordinatedFlight.WindModel Property |
Gets or sets the wind model to be applied to the coordinated flight condition.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic WindModel WindModel { get; set; }
Public Property WindModel As WindModel
Get
Set
public:
property WindModel^ WindModel {
WindModel^ get ();
void set (WindModel^ value);
}
member WindModel : WindModel with get, set
Property Value
Type:
WindModel
See Also