ManeuverWindModel Property |
Gets or sets the wind model to be used when evaluating the maneuver.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
WindModelSee Also