PerformanceModelsCruise Property  | 
 
            Gets or sets the performance model to use while cruising.
            
 
    Namespace: 
   AGI.Foundation.AircraftPropagation
    Assembly:
   AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CruisePerformanceModel Cruise { get; set; }Public Property Cruise As CruisePerformanceModel
	Get
	Set
public:
property CruisePerformanceModel^ Cruise {
	CruisePerformanceModel^ get ();
	void set (CruisePerformanceModel^ value);
}member Cruise : CruisePerformanceModel with get, set
Property Value
Type: 
CruisePerformanceModel
See Also