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: 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